about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-11 18:13:50 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-11 18:13:50 -0500
commit6a370438017a222c9158771b196dad8b0d3ed32f (patch)
tree19c6880c935671c441c4f5397f9b901f0e6421fa
parent75007d8fae9507fbd7f8b6f1922b52eb667abd68 (diff)
downloadvoidsky-6a370438017a222c9158771b196dad8b0d3ed32f.tar.zst
Tests fix
-rw-r--r--__e2e__/tests/create-account.test.ts1
-rw-r--r--__e2e__/tests/invite-codes.test.ts1
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')