about summary refs log tree commit diff
path: root/__e2e__/flows/composer-self-label.yml
Commit message (Collapse)AuthorAgeFilesLines
* xyz.blueskyweb.app → xyz.vikanezrimaya.voidskyVika10 days1-1/+1
|
* Improve e2e tests (#8927)Samuel Newman2025-08-291-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Release 1.100 (#8168)Paul Frazee2025-04-081-1/+0
| | | | | | | | | * Tests fix * Move the hosting provider text in account creation into the inside of the button to improve translation handling (close #8166) * Pull latest translations * Revert the 'you are creating an account' change entirely; it doesnt work
* Release 1.99 prep (#7925)Paul Frazee2025-03-061-1/+1
| | | | | | | | | * Revert #7847 (was causing layout issues) * Test fixes * Pull latest translations from crowdin * Run intl:extract:all
* Test fixesPaul Frazee2024-11-131-2/+2
|
* More e2e test fixes (#5982)Hailey2024-10-281-0/+2
| | | | | | | | | | | | | | | | | | | * 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
* Fix E2E tests (#5980)Hailey2024-10-281-5/+3
|
* Replace e2e tests with Maestro (#3983)Paul Frazee2024-05-131-0/+30
* Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro