Skip to content

Commit e81d89e

Browse files
committed
@boost_2 - Can do RBF update
1 parent c5f0aaa commit e81d89e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

test/specs/boost.e2e.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,11 @@ describe('@boost - Boost', () => {
235235
await elementById('BoostingIcon').waitForDisplayed();
236236
await elementById('ActivityShort-0').waitForDisplayed();
237237
await elementById('ActivityShort-1').waitForDisplayed();
238-
await expect(elementById('ActivityShort-2')).not.toBeDisplayed();
238+
await elementById('ActivityShort-2').waitForDisplayed();
239+
await expectTextWithin('ActivityShort-0', '-');
240+
await expectTextWithin('ActivityShort-1', '-');
241+
await expectTextWithin('ActivityShort-2', '100 000');
242+
await expectTextWithin('ActivityShort-2', '+');
239243

240244
// new tx
241245
await tap('ActivityShort-0');
@@ -281,9 +285,13 @@ describe('@boost - Boost', () => {
281285
await swipeFullScreen('down');
282286
await attemptRefreshOnHomeScreen();
283287
await swipeFullScreen('up');
288+
// TEMP: refresh until proper events available
289+
await expect(elementById('BoostingIcon')).not.toBeDisplayed();
284290
await elementById('ActivityShort-0').waitForDisplayed();
285291
await tap('ActivityShort-0');
286-
// TEMP: refresh until proper events available
287292
await elementById('StatusConfirmed').waitForDisplayed();
293+
await doNavigationClose();
294+
await tap('ActivityShort-1')
295+
await expectText('Removed From Mempool', {strategy: 'contains'})
288296
});
289297
});

0 commit comments

Comments
 (0)