diff options
Diffstat (limited to '__e2e__/tests/create-account.test.ts')
-rw-r--r-- | __e2e__/tests/create-account.test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/__e2e__/tests/create-account.test.ts b/__e2e__/tests/create-account.test.ts index 38466ed8e..7db4e912a 100644 --- a/__e2e__/tests/create-account.test.ts +++ b/__e2e__/tests/create-account.test.ts @@ -20,7 +20,6 @@ describe('Create account', () => { await element(by.id('nextBtn')).tap() await element(by.id('emailInput')).typeText('example@test.com') await element(by.id('passwordInput')).typeText('hunter2') - await element(by.id('is13Input')).tap() await device.takeScreenshot('4- entered account details') await element(by.id('nextBtn')).tap() await element(by.id('handleInput')).typeText('e2e-test') |