e2e) add admin auth source and login flows
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m17s

This commit is contained in:
2026-02-22 21:27:41 +00:00
parent fe289f0895
commit 1ef5deeb98
4 changed files with 139 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ test.beforeEach(async ({ context }) => {
await context.clearCookies();
});
test('regular user can plan a detailed future trip and see it in upcoming', async ({ page }) => {
test('regular user can plan a detailed future trip with no end date', async ({ page }) => {
const startDate = formatDate(30);
const tripName = `E2E Future Trip ${Date.now()}`;
const tripDescription = 'Future trip created in Playwright e2e scenario';