OPHJOD-1078: Add competence import dialog for Tool + confirm dialogs #1168
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright e2e tests:
e2e/example.spec.ts#L5
1) [webkit] › example.spec.ts:3:1 › has title ────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /Osaamispolku/
Received string: "JOD"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
- locator resolved to <html lang="en">…</html>
- unexpected value "JOD"
3 | test('has title', async ({ page }) => {
4 | await page.goto('/');
> 5 | await expect(page).toHaveTitle(/Osaamispolku/);
| ^
6 | });
7 |
at /home/runner/work/jod-yksilo-ui/jod-yksilo-ui/e2e/example.spec.ts:5:22
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright e2e tests:
[Microsoft Edge] › example.spec.ts#L1
[Microsoft Edge] › example.spec.ts took 18.6s
|
Run Playwright e2e tests
1 flaky
[webkit] › example.spec.ts:3:1 › has title ─────────────────────────────────────────────────────
6 passed (1.8m)
|
Loading