about summary refs log tree commit diff
path: root/__e2e__/flows/create-account.yml
Commit message (Collapse)AuthorAgeFilesLines
* xyz.blueskyweb.app → xyz.vikanezrimaya.voidskyVika10 days1-1/+1
|
* Improve e2e tests (#8927)Samuel Newman2025-08-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * get e2e image picker working * verify create account actually reaches onboarding * wait for image to actually be attached before posting * wait until login finishes before moving on * sign out before switch accounts then wait until logged in * disable onboarding experiments in e2e * add testId to handle availability checkmark * fix too long username * update thread muting test to reflect current behaviour * hackfix for the british english translation * unflake the onboarding tests * fix curate list flow * admit defeat on the most list one
* Fix e2e (#8794)Eric Bailey2025-08-071-0/+3
| | | | | | | | | | | | | | | | | | | * Only enable policy update overlay once the actual Overlay mounts (after onboarding and all that) * Disable policy overlay in e2e * Add comments * Add extra insurance * Rm log * Fix shared prefs test * Fix login flows by optionally closing 'Remember password' system dialog * Return missing testID * Bump dev-env
* Release 1.104.0 (#8595)Paul Frazee2025-07-011-1/+0
| | | | | | | * Fix to navigation action after saving feeds * Test updates * Intl pull
* Release 1.101.0 (#8229)Paul Frazee2025-04-181-0/+1
| | | | | * Update tests * Localization import from crowdin
* Release 1.99 prep (#7925)Paul Frazee2025-03-061-4/+2
| | | | | | | | | * Revert #7847 (was causing layout issues) * Test fixes * Pull latest translations from crowdin * Run intl:extract:all
* Small test updatePaul Frazee2025-01-161-2/+1
|
* Test fixesPaul Frazee2024-11-131-1/+0
|
* More e2e test fixes (#5982)Hailey2024-10-281-0/+1
| | | | | | | | | | | | | | | | | | | * fix feed reorder test * fix feed reorder test pt 2 * fix edit profile test * fix mod list test * fix fab * add assert * one more assertVisible * fix search test * tap now now if it shows up
* Replace e2e tests with Maestro (#3983)Paul Frazee2024-05-131-0/+37
* Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro