Skip to content

Commit ef76da4

Browse files
committed
remove refresh in boost
1 parent e0b2911 commit ef76da4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/specs/boost.e2e.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)