Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 6, 2023
1 parent e5b426a commit 11c147e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/e2e/starter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('User', () => {

await press(element(by.id('send_message_button')), true)

await waitFor(element(by.id("We are no strangers to love! You know the rules, and so do I!")))
await waitFor(element(by.id("We are no strangers to love")))
.toBeVisible()
.withTimeout(BASIC)

Expand Down

0 comments on commit 11c147e

Please sign in to comment.