diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-06 22:09:34 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-06 22:09:34 -0800 |
commit | 3b0f94bfb078a2974eb4ab5641bdab4b3849169e (patch) | |
tree | 2fc37a23a347c659d1fc11d976531a34758d7feb /__e2e__ | |
parent | 573cf31d865044b0cc442a7390ecbda15c9ba1d0 (diff) | |
download | voidsky-3b0f94bfb078a2974eb4ab5641bdab4b3849169e.tar.zst |
Fix test
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/tests/text-verification.test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/__e2e__/tests/text-verification.test.ts b/__e2e__/tests/text-verification.test.ts index a307a95ff..3c556c239 100644 --- a/__e2e__/tests/text-verification.test.ts +++ b/__e2e__/tests/text-verification.test.ts @@ -27,7 +27,7 @@ describe('Create account', () => { await device.takeScreenshot('4- entered account details') await element(by.id('nextBtn')).tap() - await element(by.id('phoneInput')).typeText('1234567890') + await element(by.id('phoneInput')).typeText('8042221111') await element(by.id('requestCodeBtn')).tap() await device.takeScreenshot('5- requested code') @@ -66,7 +66,7 @@ describe('Create account', () => { await device.takeScreenshot('4- entered account details') await element(by.id('nextBtn')).tap() - await element(by.id('phoneInput')).typeText('1234567890') + await element(by.id('phoneInput')).typeText('8042221111') await element(by.id('requestCodeBtn')).tap() await device.takeScreenshot('5- requested code') |