@@ -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