Release PR #2305
Annotations
2 errors, 1 warning, and 10 notices
|
pr
Process completed with exit code 1.
|
|
src/middleware.test.ts:11:1 › Test middleware on test page:
src/middleware.test.ts#L33
1) src/middleware.test.ts:11:1 › Test middleware on test page ────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete')
31 | await page.getByRole('button', { name: 'Sign On' }).click();
32 |
> 33 | await expect(page.getByText('Complete')).toBeVisible();
| ^
34 |
35 | const startRequest = networkArray.find((req) => req.url.includes('/authorize'));
36 | const nextRequest = networkArray.find((req) => req.url.includes('/customHTMLTemplate'));
at /home/workflows/workspace/e2e/davinci-suites/src/middleware.test.ts:33:44
|
|
pr
No files were found with the provided path: ./e2e/*/.playwright/**
./e2e/**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
9 passed (1.0m)
|
|
🎭 Playwright Run Summary
1 passed (19.1s)
|
|
🎭 Playwright Run Summary
1 passed (13.4s)
|
|
🎭 Playwright Run Summary
1 passed (13.7s)
|
|
🎭 Playwright Run Summary
1 passed (13.7s)
|
|
🎭 Playwright Run Summary
1 passed (14.5s)
|
|
🎭 Playwright Run Summary
3 passed (16.7s)
|
|
🎭 Playwright Run Summary
2 passed (26.1s)
|
|
🎭 Playwright Run Summary
1 skipped
|
|
🎭 Playwright Run Summary
1 passed (15.0s)
|