File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ describe('@boost - Boost', () => {
148148 await doNavigationClose ( ) ;
149149 await sleep ( 500 ) ;
150150
151- // TEMP: refresh until proper events available
152- await swipeFullScreen ( 'down' ) ;
153- await attemptRefreshOnHomeScreen ( ) ;
154- await swipeFullScreen ( 'up' ) ;
155- // TEMP: refresh until proper events available
156-
157151 // check activity item after mine
158152 await elementById ( 'ActivityShort-0' ) . waitForDisplayed ( ) ;
159153 if ( showsBoostTxItem ) {
@@ -279,13 +273,6 @@ describe('@boost - Boost', () => {
279273 await doNavigationClose ( ) ;
280274 await sleep ( 500 ) ;
281275
282- if ( driver . isAndroid ) {
283- // TEMP: refresh until proper events available
284- await swipeFullScreen ( 'down' ) ;
285- await attemptRefreshOnHomeScreen ( ) ;
286- await swipeFullScreen ( 'up' ) ;
287- // TEMP: refresh until proper events available
288- }
289276 // check activity item after mine
290277 await elementById ( 'ActivityShort-0' ) . waitForDisplayed ( ) ;
291278 await tap ( 'ActivityShort-0' ) ;
You can’t perform that action at this time.
0 commit comments