about summary refs log tree commit diff
path: root/__e2e__/setupServer.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve e2e tests (#8927)Samuel Newman2025-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update dev env (#8921)Eric Bailey2025-08-281-1/+4
| | | | | | | | | * Update dev-env * Integrate appviewDid value from dev-env * Use correct env value to disable policy update overlay * Remove log
* Replace e2e tests with Maestro (#3983)Paul Frazee2024-05-131-0/+5
* Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro