chore(deps): lock file maintenance #693
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors, 1 warning, and 5 notices
|
src/error.test.ts:4:1 › Test happy paths on test page:
src/error.test.ts#L17
1) src/error.test.ts:4:1 › Test happy paths on test page ─────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Invalid username and/or password')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Invalid username and/or password')
15 | await page.getByText('Sign On').click();
16 |
> 17 | await expect(page.getByText('Invalid username and/or password')).toBeVisible();
| ^
18 | });
19 |
at /home/workflows/workspace/e2e/davinci-suites/src/error.test.ts:17:68
|
|
pr
Process completed with exit code 1.
|
|
pr
No files were found with the provided path: ./**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
3 passed (22.9s)
|
|
🎭 Playwright Run Summary
2 passed (19.3s)
|
|
🎭 Playwright Run Summary
1 passed (17.2s)
|
|
🎭 Playwright Run Summary
1 passed (20.0s)
|
|
🎭 Playwright Run Summary
1 failed
src/error.test.ts:4:1 › Test happy paths on test page ──────────────────────────────────────────
|