There was an error while loading. Please reload this page.
1 parent fa5de43 commit 7676a96Copy full SHA for 7676a96
1 file changed
apps/headless/Tests/linux-e2e.sh
@@ -148,9 +148,9 @@ headless wait --text 'Signed in' | grep -q 'Signed in'
148
STEP="authentication-no-implicit-save"
149
test ! -e "$HOME/.local/share/headless/credential-vault/credentials-index.json"
150
STEP="authentication-cookie-state"
151
-headless inspect --text | grep -q 'Cookie state: signed-in'
+headless cookies list | grep -q '"name":"headless_auth_state"'
152
STEP="authentication-storage-state"
153
-headless inspect --text | grep -q 'Storage state: signed-in'
+headless storage list --scope local | grep -q 'headless_auth_state'
154
PROFILE_RESTART_PID="$(headless status | sed -n 's/.*"pid":\([0-9][0-9]*\).*/\1/p')"
155
test -n "$PROFILE_RESTART_PID"
156
headless stop | grep -q '"stopping":true'
0 commit comments