Skip to content

Commit 2d5a448

Browse files
committed
fix: e2e slashtags test link keyboard
1 parent b5d6bb3 commit 2d5a448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/slashtags.e2e.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ d('Profile and Contacts', () => {
8888

8989
await element(by.id('LinkLabelInput')).typeText('LINK-LABEL');
9090
await element(by.id('LinkValueInput')).typeText('link-value');
91+
await element(by.id('LinkLabelInput')).tapReturnKey();
92+
await sleep(200); // keyboard animation
9193
await element(by.id('SaveLink')).tap();
9294
await waitFor(element(by.id('SaveLink'))).not.toBeVisible();
9395
await expect(element(by.text('LINK-LABEL'))).toExist();

0 commit comments

Comments
 (0)