about summary refs log tree commit diff
path: root/__e2e__/flows
Commit message (Collapse)AuthorAgeFilesLines
* xyz.blueskyweb.app → xyz.vikanezrimaya.voidskyVika10 days21-21/+21
|
* E2E fixes (#8980)Samuel Newman2025-09-052-0/+10
| | | | | | | * update dev-env * hide nux after onboarding * use getter/setter for proxy header
* Improve e2e tests (#8927)Samuel Newman2025-08-2912-55/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-072-0/+6
| | | | | | | | | | | | | | | | | | | * 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
* rename file names with colons to the common notation (#8264)Sedat Kapanoğlu2025-07-173-0/+0
| | | The colons in file names break Windows compatibility and prevent Bluesky from being developed on Windows. (Regression: Bluesky Git repository always shows missing files on Windows #8263)
* Release 1.104.0 (#8595)Paul Frazee2025-07-014-3/+3
| | | | | | | * Fix to navigation action after saving feeds * Test updates * Intl pull
* Small test fixPaul Frazee2025-05-301-0/+1
|
* Release 1.102.0 (#8360)Paul Frazee2025-05-093-24/+10
| | | | | | | * Update tests * Pull latest crowdin * Run intl:extract
* Release 1.101.0 (#8229)Paul Frazee2025-04-182-0/+2
| | | | | * Update tests * Localization import from crowdin
* 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-062-5/+3
| | | | | | | | | * Revert #7847 (was causing layout issues) * Test fixes * Pull latest translations from crowdin * Run intl:extract:all
* Add report dialog e2e tests (#7913)Eric Bailey2025-03-054-0/+113
|
* Add initial test for post report flowPaul Frazee2025-03-051-0/+20
|
* Update testsPaul Frazee2025-02-144-5/+5
|
* Test fixPaul Frazee2025-01-241-1/+1
|
* Small test updatePaul Frazee2025-01-161-2/+1
|
* Release 1.96.0 (#7168)Paul Frazee2024-12-181-4/+1
| | | | | | | * Update test * Run intl extract * Update join count
* Fix testsPaul Frazee2024-12-174-22/+16
|
* Test fixesPaul Frazee2024-11-136-5/+8
|
* More e2e test fixes (#5982)Hailey2024-10-2810-24/+34
| | | | | | | | | | | | | | | | | | | * 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-282-7/+6
|
* Release 1.92 (#5658)Paul Frazee2024-10-086-29/+3
| | | | | * Fix tests * intl extract
* Release 1.91.1 prep (#5339)Paul Frazee2024-09-132-17/+3
| | | | | * Fixes to tests * intl extract
* Release 1.91 prep (#5215)Paul Frazee2024-09-075-19/+17
| | | | | | | * Run intl:extract * Test fixes * Update pt-BR translations for video
* Release 1.89 prep (#4822)Paul Frazee2024-07-241-2/+3
| | | | | * Fix curate-lists tests * Run intl extract
* Create shared preferences API (#4654)Hailey2024-07-111-0/+31
|
* Release 1.87 prep (#4603)Paul Frazee2024-06-224-12/+6
| | | | | * Update tests * Run intl extract
* Release 1.86 prep (#4490)Paul Frazee2024-06-113-6/+19
| | | | | * Test updates * Run intl extract
* Release 1.85 (#4372)Paul Frazee2024-06-042-32/+1
| | | | | * Update tests * Run intl extract
* Release 1.83 (#4136)Paul Frazee2024-05-201-1/+1
| | | | | * Test fixes * Run intl:extract
* Add better onboard testing (#4007)Paul Frazee2024-05-131-0/+31
|
* Make feeds easier to reorder (#3998)Paul Frazee2024-05-131-0/+82
| | | | | | | | | | | * Make feeds easier to reorder * Add reorder e2e test * Tweak feed card to only allow one line (#4002) --------- Co-authored-by: Eric Bailey <git@esb.lol>
* New onboarding tests (#3996)Paul Frazee2024-05-133-0/+66
| | | | | | | * Add onboarding test * Add onboarding avatar-creator test * Update profile screen edit test
* Replace e2e tests with Maestro (#3983)Paul Frazee2024-05-1312-0/+840
* Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro