diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-09-05 17:27:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-05 09:27:18 -0500 |
commit | 457cd3d0fb4074401eb4df12a5d27fd7cc1387cc (patch) | |
tree | e9aea9bd47477cdad518c44d9fac2e4c19b0adf3 /__e2e__ | |
parent | bc827dc97f6a092b19af5cfda1008cbd9d263a11 (diff) | |
download | voidsky-457cd3d0fb4074401eb4df12a5d27fd7cc1387cc.tar.zst |
E2E fixes (#8980)
* update dev-env * hide nux after onboarding * use getter/setter for proxy header
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/onboarding-avatar-creator.yml | 5 | ||||
-rw-r--r-- | __e2e__/flows/onboarding.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/__e2e__/flows/onboarding-avatar-creator.yml b/__e2e__/flows/onboarding-avatar-creator.yml index b8f65b9c3..399177e51 100644 --- a/__e2e__/flows/onboarding-avatar-creator.yml +++ b/__e2e__/flows/onboarding-avatar-creator.yml @@ -33,4 +33,9 @@ appId: xyz.blueskyweb.app - assertVisible: "You're ready to go!" - tapOn: id: "onboardingFinish" +- tapOn: + label: "NUX, if applicable" + text: "Close" + optional: true +- waitForAnimationToEnd - assertVisible: "Following" diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml index 81aeef6cc..518a2edd8 100644 --- a/__e2e__/flows/onboarding.yml +++ b/__e2e__/flows/onboarding.yml @@ -30,4 +30,9 @@ appId: xyz.blueskyweb.app - assertVisible: "You're ready to go!" - tapOn: id: "onboardingFinish" +- tapOn: + label: "NUX, if applicable" + text: "Close" + optional: true +- waitForAnimationToEnd - assertVisible: "Following" |