Skip to content

Commit 9f5a835

Browse files
committed
adjust lightning
1 parent 7080f52 commit 9f5a835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs/lightning.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,16 +264,16 @@ describe('@lightning - Lightning', () => {
264264
await tap('DrawerSettings');
265265
await tap('AdvancedSettings');
266266
await tap('Channels');
267-
await sleep(500);
267+
await sleep(2000);
268268
await tap('Channel');
269+
await sleep(1000);
269270
await expectTextWithin('TotalSize', '₿ 100 000');
270271
await swipeFullScreen('up');
271272
await elementById('IsUsableYes').waitForDisplayed();
272273

273274
// close channel
274275
await tap('CloseConnection');
275276
await tap('CloseConnectionButton');
276-
await acknowledgeReceivedPayment();
277277
await elementByText('Transfer Initiated').waitForDisplayed();
278278
await elementByText('Transfer Initiated').waitForDisplayed({ reverse: true });
279279

0 commit comments

Comments
 (0)