Skip to content

clear http only cookies on logout #334

clear http only cookies on logout

clear http only cookies on logout #334

Triggered via pull request January 28, 2026 19:34
@roymilohroymiloh
synchronize #91
logout
Status Failure
Total duration 17s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test
Process completed with exit code 1.
tests/unit/auth.test.js > Auth Module > logout() > should redirect to logout endpoint when no redirect URL is provided: tests/unit/auth.test.js#L358
AssertionError: expected 'undefined/api/apps/test-app-id/auth/l…' to be 'https://api.base44.com/api/apps/test-…' // Object.is equality - Expected + Received - https://api.base44.com/api/apps/test-app-id/auth/logout?from_url=https%3A%2F%2Fexample.com%2Fcurrent-page + undefined/api/apps/test-app-id/auth/logout?from_url=https%3A%2F%2Fexample.com%2Fcurrent-page ❯ tests/unit/auth.test.js:358:33
tests/unit/auth.test.js > Auth Module > logout() > should redirect to specified URL after logout: tests/unit/auth.test.js#L339
AssertionError: expected 'undefined/api/apps/test-app-id/auth/l…' to be 'https://api.base44.com/api/apps/test-…' // Object.is equality - Expected + Received - https://api.base44.com/api/apps/test-app-id/auth/logout?from_url=https%3A%2F%2Fexample.com%2Flogout-success + undefined/api/apps/test-app-id/auth/logout?from_url=https%3A%2F%2Fexample.com%2Flogout-success ❯ tests/unit/auth.test.js:339:33