Skip to content

Commit

Permalink
fix: ios slashtags test
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Nov 3, 2023
1 parent 4049213 commit 472e211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/slashtags.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ d('Profile and Contacts', () => {

// self
await element(by.id('AddContact')).tap();
await element(by.id('ContactURLInput')).replaceText(slashtagsUrl + '\n');
await element(by.id('ContactURLInput')).replaceText(slashtagsUrl);
await element(by.id('ContactURLInput')).tapReturnKey();
await waitFor(element(by.id('ContactError')))
.toBeVisible()
.withTimeout(30000);
Expand Down

0 comments on commit 472e211

Please sign in to comment.