Add high-priority Playwright trips coverage (#42)
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 2m32s
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 2m32s
Co-authored-by: Shaun Campbell <shaun@campbellwireless.net> Reviewed-on: #42 Co-authored-by: AI Agent <ai-agent@campbellwireless.net> Co-committed-by: AI Agent <ai-agent@campbellwireless.net>
This commit was merged in pull request #42.
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