chore: update-flakey-tests #2047
Annotations
2 errors, 1 warning, and 10 notices
|
pr
Process completed with exit code 1.
|
|
src/token.spec.ts:107:7 › PingOne tokens › login and get tokens:
src/token.spec.ts#L126
1) src/token.spec.ts:107:7 › PingOne tokens › login and get tokens ───────────────────────────────
Error: expect(locator).not.toBeEmpty() failed
Locator: locator('#accessToken-1')
Expected: not empty
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "not toBeEmpty" with timeout 5000ms
- waiting for locator('#accessToken-1')
124 |
125 | await page.getByRole('button', { name: 'Get Tokens' }).click();
> 126 | await expect(page.locator('#accessToken-1')).not.toBeEmpty();
| ^
127 |
128 | const accessToken0 = await page.locator('#accessToken-0').textContent();
129 | const accessToken1 = await page.locator('#accessToken-1').textContent();
at /home/workflows/workspace/e2e/oidc-suites/src/token.spec.ts:126:54
|
|
pr
No files were found with the provided path: **/.playwright
**/test-results. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
2 passed (27.0s)
|
|
🎭 Playwright Run Summary
2 passed (20.6s)
|
|
🎭 Playwright Run Summary
2 passed (12.4s)
|
|
🎭 Playwright Run Summary
3 passed (15.0s)
|
|
🎭 Playwright Run Summary
1 passed (9.9s)
|
|
🎭 Playwright Run Summary
1 skipped
|
|
🎭 Playwright Run Summary
2 passed (11.5s)
|
|
🎭 Playwright Run Summary
2 passed (9.6s)
|
|
🎭 Playwright Run Summary
1 skipped
|
|
🎭 Playwright Run Summary
1 passed (8.7s)
|