Skip to content

Commit

Permalink
fix: e2e slashtags test link keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Dec 4, 2024
1 parent b5d6bb3 commit 2d5a448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/slashtags.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ d('Profile and Contacts', () => {

await element(by.id('LinkLabelInput')).typeText('LINK-LABEL');
await element(by.id('LinkValueInput')).typeText('link-value');
await element(by.id('LinkLabelInput')).tapReturnKey();
await sleep(200); // keyboard animation
await element(by.id('SaveLink')).tap();
await waitFor(element(by.id('SaveLink'))).not.toBeVisible();
await expect(element(by.text('LINK-LABEL'))).toExist();
Expand Down

0 comments on commit 2d5a448

Please sign in to comment.