Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
with:
name: playwright-report
path: |
./**/.playwright/**
**/.playwright
**/test-results
retention-days: 30

- name: build docs
Expand Down
2 changes: 1 addition & 1 deletion e2e/davinci-suites/src/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test('Enter a bad username/password, then enter a good username/password', async

await page.getByRole('button', { name: 'Sign On' }).click();

await expect(page.getByText('Invalid username and/or password')).toBeVisible();
await expect(page.getByText(/Invalid username and\/or password|Validation Error/)).toBeVisible();

await page.getByRole('textbox', { name: 'Username' }).fill('e2euser@example.com');

Expand Down
18 changes: 0 additions & 18 deletions e2e/davinci-suites/src/error.test.ts
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this because it feels like a duplicate of the test we are skipping.

This file was deleted.

Loading