File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,14 +138,15 @@ describe('Splash screen tests', () => {
138
138
// await browser.pause(15000);
139
139
// await expect(await $('div*=Stopping')).toBeDisplayed();
140
140
// ...
141
+ await $ ( 'div*=Stopped' ) . waitForExist ( { timeout : 240000 } ) ; // default wait time is only 5 seconds
141
142
await expect ( await $ ( 'div*=Stopped' ) ) . toBeDisplayed ( ) ;
142
143
await expect ( await $ ( 'span*=Resume' ) ) . toBeDisplayed ( ) ;
143
144
// await browser.pause(15000);
144
145
// await browser.pause(2000);
145
146
// after docker containers are downloaded and the node is started, the node should be online
146
147
// await expect(await $('div*=Online')).toBeDisplayed();
147
148
// await expect(await $('div*=')).toBeDisplayed();
148
- } ) . timeout ( 240000 ) ; // wait 6 minutes for the node to download & start
149
+ } ) . timeout ( 600000 ) ; // wait 10 minutes for the node to download & start
149
150
}
150
151
} ) ;
151
152
You can’t perform that action at this time.
0 commit comments