File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
cypress/integration/collections Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
"baseUrl" : " http://localhost:3001" ,
3
3
"viewportWidth" : 1320 ,
4
4
"viewportHeight" : 800 ,
5
+ "requestTimeout" : 8000 ,
5
6
"userAgent" : " cypress" ,
6
7
"supportFile" : " cypress/support/setup.js" ,
7
8
"pluginsFile" : " cypress/support/plugins.js" ,
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ Feature: Creating a Test Collection
59
59
# this is used in the "visit current Test URL" below; capture before redirect to results
60
60
When I capture the current URL
61
61
62
+ # just add some padding to how long it waits for things to finish
63
+ And I wait for 2 seconds
62
64
And I wait for "@apiValidateLaunch" to finish
63
65
And I wait for "@apiLaunchTest" to finish
64
66
And I wait for "@apiGetCollectionCards" to finish
You can’t perform that action at this time.
0 commit comments