Skip to content

Commit a59e959

Browse files
committed
stabilize multi-address
1 parent ee8c98e commit a59e959

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/specs/multiaddress.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)