Merge pull request #418 from ForgeRock/use-trusted-publishers #278
publish.yml
on: push
publish-or-pr
9m 39s
Trusted Snapshot Publish
0s
Annotations
2 errors, 1 warning, and 10 notices
|
publish-or-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
Received: <element(s) not found>
Timeout: 5000ms
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
|
|
publish-or-pr
No files were found with the provided path: ./**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
2 passed (27.5s)
|
|
🎭 Playwright Run Summary
1 failed
src/middleware.test.ts:11:1 › Test middleware on test page ─────────────────────────────────────
|
|
🎭 Playwright Run Summary
1 skipped
|
|
🎭 Playwright Run Summary
2 passed (11.1s)
|
|
🎭 Playwright Run Summary
2 passed (9.7s)
|
|
��� Playwright Run Summary
3 passed (18.5s)
|
|
🎭 Playwright Run Summary
3 passed (15.3s)
|
|
🎭 Playwright Run Summary
10 passed (35.9s)
|
|
🎭 Playwright Run Summary
2 passed (14.6s)
|
|
🎭 Playwright Run Summary
9 passed (1.1m)
|