File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,8 +270,8 @@ describe('@boost - Boost', () => {
270270
271271 // check activity after restore
272272 await swipeFullScreen ( 'up' ) ;
273- ( await elementByIdWithin ( 'ActivityShort-0' , 'BoostingIcon' ) ) . waitForDisplayed ( ) ;
274- ( await elementByIdWithin ( 'ActivityShort-1' , 'BoostingIcon' ) ) . waitForDisplayed ( ) ;
273+ ( await elementByIdWithin ( 'ActivityShort-0' , 'BoostingIcon' ) ) . waitForDisplayed ( ) ;
274+ ( await elementByIdWithin ( 'ActivityShort-1' , 'BoostingIcon' ) ) . waitForDisplayed ( ) ;
275275 await tap ( 'ActivityShort-0' ) ;
276276 await elementById ( 'BoostedButton' ) . waitForDisplayed ( ) ;
277277 await elementById ( 'StatusBoosting' ) . waitForDisplayed ( ) ;
@@ -296,7 +296,7 @@ describe('@boost - Boost', () => {
296296 await elementById ( 'StatusConfirmed' ) . waitForDisplayed ( ) ;
297297 await doNavigationClose ( ) ;
298298 ( await elementByIdWithin ( 'ActivityShort-1' , 'BoostingIcon' ) ) . waitForDisplayed ( ) ;
299- await tap ( 'ActivityShort-1' )
299+ await tap ( 'ActivityShort-1' ) ;
300300 await elementById ( 'StatusRemoved' ) . waitForDisplayed ( ) ;
301301 } ) ;
302302} ) ;
You can’t perform that action at this time.
0 commit comments