Skip to content

Commit

Permalink
chore: updated e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Oct 17, 2024
1 parent 0a02052 commit f6322d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/tests/room/02-room.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ describe('Room screen', () => {
.toExist()
.withTimeout(2000);
await expect(element(by.id('action-sheet-handle'))).toBeVisible();
await element(by.id('action-sheet-handle')).swipe('up', 'fast', 0.5);
await sleep(300);
await waitFor(element(by[textMatcher]('Edit')))
.toBeVisible()
Expand Down

0 comments on commit f6322d0

Please sign in to comment.