e2e) add admin auth source and login flows
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m17s
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m17s
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user