chore(devdeps): update dependency jsonc-eslint-parser to v2.4.2 #2348
Annotations
2 errors, 1 warning, and 10 notices
|
pr
Process completed with exit code 1.
|
|
src/phone-number-field.test.ts:70:3 › Device registration tests › Login - add phone device - authenticate with phone device:
src/phone-number-field.test.ts#L87
1) src/phone-number-field.test.ts:70:3 › Device registration tests › Login - add phone device - authenticate with phone device
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Registration Complete' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Registration Complete' })
85 | await page.getByRole('textbox', { name: 'Family Name' }).fill('demouser');
86 | await page.getByRole('button', { name: 'Continue' }).click();
> 87 | await expect(page.getByRole('heading', { name: 'Registration Complete' })).toBeVisible();
| ^
88 | await page.getByRole('button', { name: 'Continue' }).click();
89 | await page.getByRole('button', { name: 'Logout' }).click();
90 |
at /home/workflows/workspace/e2e/davinci-suites/src/phone-number-field.test.ts:87:80
|
|
pr
No files were found with the provided path: ./e2e/*/.playwright/**
./e2e/**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 passed (23.2s)
|
|
🎭 Playwright Run Summary
1 passed (18.3s)
|
|
🎭 Playwright Run Summary
1 passed (14.7s)
|
|
🎭 Playwright Run Summary
1 passed (14.0s)
|
|
🎭 Playwright Run Summary
1 passed (15.0s)
|
|
🎭 Playwright Run Summary
1 passed (17.4s)
|
|
🎭 Playwright Run Summary
1 passed (14.1s)
|
|
🎭 Playwright Run Summary
1 passed (14.7s)
|
|
🎭 Playwright Run Summary
3 passed (28.0s)
|
|
🎭 Playwright Run Summary
2 passed (23.5s)
|