chore(devdeps): update dependency @swc/core to v1.11.13 #676
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors, 1 warning, and 4 notices
|
src/basic.test.ts:90:1 › Enter a bad username/password:
src/basic.test.ts#L97
1) src/basic.test.ts:90:1 › Enter a bad username/password, then enter a good username/password ───
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')
95 | await page.getByRole('button', { name: 'Sign On' }).click();
96 |
> 97 | await expect(page.getByText('Invalid username and/or password')).toBeVisible();
| ^
98 |
99 | await page.getByRole('textbox', { name: 'Username' }).fill('e2euser@example.com');
100 |
at /home/workflows/workspace/e2e/davinci-suites/src/basic.test.ts:97: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
1 passed (20.5s)
|
|
🎭 Playwright Run Summary
1 passed (11.5s)
|
|
🎭 Playwright Run Summary
1 failed
src/basic.test.ts:90:1 › Enter a bad username/password, then enter a good username/password ────
2 passed (28.8s)
|
|
🎭 Playwright Run Summary
1 passed (20.8s)
|