Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix test

+2 -2
+2 -2
__e2e__/tests/text-verification.test.ts
··· 27 27 await device.takeScreenshot('4- entered account details') 28 28 await element(by.id('nextBtn')).tap() 29 29 30 - await element(by.id('phoneInput')).typeText('1234567890') 30 + await element(by.id('phoneInput')).typeText('8042221111') 31 31 await element(by.id('requestCodeBtn')).tap() 32 32 await device.takeScreenshot('5- requested code') 33 33 ··· 66 66 await device.takeScreenshot('4- entered account details') 67 67 await element(by.id('nextBtn')).tap() 68 68 69 - await element(by.id('phoneInput')).typeText('1234567890') 69 + await element(by.id('phoneInput')).typeText('8042221111') 70 70 await element(by.id('requestCodeBtn')).tap() 71 71 await device.takeScreenshot('5- requested code') 72 72