about summary refs log tree commit diff
path: root/__e2e__/flows/shared-prefs.yml
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-10-28 13:31:24 -0700
committerGitHub <noreply@github.com>2024-10-28 13:31:24 -0700
commit84db1f997bdf3db7e0038cf221da6756d4a04076 (patch)
treef2f1b1e8121bb97e981ddb42f1e165bb178abebe /__e2e__/flows/shared-prefs.yml
parent0f3fa06c3eb58c100380f1aaf19dd0870cdb427c (diff)
downloadvoidsky-84db1f997bdf3db7e0038cf221da6756d4a04076.tar.zst
Fix E2E tests (#5980)
Diffstat (limited to '__e2e__/flows/shared-prefs.yml')
-rw-r--r--__e2e__/flows/shared-prefs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/__e2e__/flows/shared-prefs.yml b/__e2e__/flows/shared-prefs.yml
index 73a066829..b645fd0d2 100644
--- a/__e2e__/flows/shared-prefs.yml
+++ b/__e2e__/flows/shared-prefs.yml
@@ -8,7 +8,8 @@ appId: xyz.blueskyweb.app
     file: ../setupApp.yml
 - tapOn:
     id: "e2eSignInAlice"
-- tapOn: "/sys/debug"
+- tapOn:
+    id: "storybookBtn"
 - tapOn:
     id: "sharedPrefsTestOpenBtn"
 - tapOn:
@@ -16,7 +17,7 @@ appId: xyz.blueskyweb.app
 - assertVisible: "Hello"
 - tapOn:
     id: "removeStringBtn"
-- assertVisible: "null"
+- assertVisible: "undefined"
 - tapOn:
     id: "setBoolBtn"
 - assertVisible: "true"