File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ describe('@multi_address - Multi address', () => {
199199 await elementById ( 'SendSuccess' ) . waitForDisplayed ( ) ;
200200 await tap ( 'Close' ) ;
201201
202- await sleep ( 1000 ) ;
202+ await expectTextWithin ( 'ActivityShort-0' , 'Sent' ) ;
203203 await tap ( 'ActivityShort-0' ) ;
204204 await expectTextWithin ( 'ActivityAmount' , formatSats ( sendAmountSats ) ) ;
205205 const oldFee = await ( await elementByIdWithin ( 'ActivityFee' , 'MoneyText' ) ) . getText ( ) ;
@@ -216,6 +216,8 @@ describe('@multi_address - Multi address', () => {
216216 await dragOnElement ( 'GRAB' , 'right' , 0.95 ) ;
217217 await waitForToast ( 'BoostSuccessToast' ) ;
218218
219+ await sleep ( 1000 ) ;
220+ await elementById ( 'ActivityShort-0' ) . waitForDisplayed ( ) ;
219221 await tap ( 'ActivityShort-0' ) ;
220222 await expectTextWithin ( 'ActivityAmount' , formatSats ( sendAmountSats ) ) ;
221223 const newFee = await ( await elementByIdWithin ( 'ActivityFee' , 'MoneyText' ) ) . getText ( ) ;
You can’t perform that action at this time.
0 commit comments