diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-11 18:13:50 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-11 18:13:50 -0500 |
commit | 6a370438017a222c9158771b196dad8b0d3ed32f (patch) | |
tree | 19c6880c935671c441c4f5397f9b901f0e6421fa | |
parent | 75007d8fae9507fbd7f8b6f1922b52eb667abd68 (diff) | |
download | voidsky-6a370438017a222c9158771b196dad8b0d3ed32f.tar.zst |
Tests fix
-rw-r--r-- | __e2e__/tests/create-account.test.ts | 1 | ||||
-rw-r--r-- | __e2e__/tests/invite-codes.test.ts | 1 |
2 files changed, 0 insertions, 2 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') diff --git a/__e2e__/tests/invite-codes.test.ts b/__e2e__/tests/invite-codes.test.ts index e3bb5d7f2..846d3b768 100644 --- a/__e2e__/tests/invite-codes.test.ts +++ b/__e2e__/tests/invite-codes.test.ts @@ -37,7 +37,6 @@ describe('invite-codes', () => { await element(by.id('inviteCodeInput')).typeText(inviteCode) 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') |