Skip to content

refactor: upgrade eslint and fix lint and type errors #485

refactor: upgrade eslint and fix lint and type errors

refactor: upgrade eslint and fix lint and type errors #485

Triggered via pull request August 16, 2024 04:15
Status Success
Total duration 5m 57s
Artifacts

e2e.yml

on: pull_request
Matrix: e2e
e2e result
0s
e2e result
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 72 notices
[chromium] β€Ί imports/conditional-exports.spec.ts:4:1 β€Ί should load different files correctly: e2e/tests/imports/conditional-exports.spec.ts#L7
1) [chromium] β€Ί imports/conditional-exports.spec.ts:4:1 β€Ί should load different files correctly ── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.e2e-theme-content p') Expected string: "browser-mjs" Received: <element(s) not found> Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.e2e-theme-content p') 5 | await page.goto('imports/conditional-exports.html') 6 | > 7 | await expect(page.locator('.e2e-theme-content p')).toHaveText('browser-mjs') | ^ 8 | 9 | if (COMMAND === 'build') { 10 | expect( at /Users/runner/work/core/core/e2e/tests/imports/conditional-exports.spec.ts:7:54
[chromium] β€Ί hmr.spec.ts:56:3 β€Ί should update title correctly: e2e/tests/hmr.spec.ts#L61
1) [chromium] β€Ί hmr.spec.ts:56:3 β€Ί should update title correctly ───────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected) Locator: locator(':root') Expected pattern: /HMR Title/ Received string: "VuePress E2E" Call log: - expect.toHaveTitle with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "VuePress E2E" 59 | await page.goto('hmr/title.html') 60 | > 61 | await expect(page).toHaveTitle(/HMR Title/) | ^ 62 | await expect(titleLocator).toHaveText('HMR Title') 63 | await hmrUpdateTitle() 64 | await expect(page).toHaveTitle(/Updated Title/) at /home/runner/work/core/core/e2e/tests/hmr.spec.ts:61:24
[chromium] β€Ί hmr.spec.ts:68:3 β€Ί should update title and frontmatter correctly after navigation: e2e/tests/hmr.spec.ts#L77
1) [chromium] β€Ί hmr.spec.ts:68:3 β€Ί should update title and frontmatter correctly after navigation Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected) Locator: locator(':root') Expected pattern: /HMR Title/ Received string: "Updated Title | VuePress E2E" Call log: - expect.toHaveTitle with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en">…</html> - unexpected value "" - locator resolved to <html lang="en">…</html> - unexpected value "" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" - locator resolved to <html lang="en-US">…</html> - unexpected value "Updated Title | VuePress E2E" 75 | 76 | await page.goto('hmr/title.html') > 77 | await expect(page).toHaveTitle(/HMR Title/) | ^ 78 | await expect(titleLocator).toHaveText('HMR Title') 79 | 80 | // update title page at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:77:24
🎭 Playwright Run Summary
69 passed (20.4s)
🎭 Playwright Run Summary
66 passed (16.3s)
🎭 Playwright Run Summary
69 passed (20.6s)
🎭 Playwright Run Summary
66 passed (16.1s)
🎭 Playwright Run Summary
69 passed (21.9s)
🎭 Playwright Run Summary
66 passed (14.5s)
🎭 Playwright Run Summary
69 passed (19.6s)
🎭 Playwright Run Summary
66 passed (14.5s)
🎭 Playwright Run Summary
69 passed (19.8s)
🎭 Playwright Run Summary
66 passed (15.8s)
🎭 Playwright Run Summary
69 passed (22.7s)
🎭 Playwright Run Summary
66 passed (15.8s)
🎭 Playwright Run Summary
69 passed (23.7s)
🎭 Playwright Run Summary
66 passed (19.9s)
🎭 Playwright Run Summary
69 passed (26.2s)
🎭 Playwright Run Summary
66 passed (20.0s)
🎭 Playwright Run Summary
69 passed (25.4s)
🎭 Playwright Run Summary
66 passed (18.6s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί imports/conditional-exports.spec.ts:4:1 β€Ί should load different files correctly ─── 68 passed (31.8s)
🎭 Playwright Run Summary
66 passed (20.3s)
🎭 Playwright Run Summary
69 passed (29.1s)
🎭 Playwright Run Summary
66 passed (24.9s)
🎭 Playwright Run Summary
69 passed (30.2s)
🎭 Playwright Run Summary
66 passed (25.1s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί hmr.spec.ts:56:3 β€Ί should update title correctly ────────────────────────────────── 68 passed (34.0s)
🎭 Playwright Run Summary
66 passed (23.5s)
🎭 Playwright Run Summary
69 passed (29.0s)
🎭 Playwright Run Summary
66 passed (23.6s)
🎭 Playwright Run Summary
69 passed (30.5s)
🎭 Playwright Run Summary
66 passed (26.2s)
🎭 Playwright Run Summary
69 passed (30.1s)
🎭 Playwright Run Summary
66 passed (26.1s)
🎭 Playwright Run Summary
69 passed (20.2s)
🎭 Playwright Run Summary
66 passed (15.4s)
🎭 Playwright Run Summary
69 passed (21.6s)
🎭 Playwright Run Summary
66 passed (15.1s)
🎭 Playwright Run Summary
69 passed (27.5s)
🎭 Playwright Run Summary
66 passed (21.9s)
🎭 Playwright Run Summary
69 passed (31.3s)
🎭 Playwright Run Summary
66 passed (21.9s)
🎭 Playwright Run Summary
69 passed (26.3s)
🎭 Playwright Run Summary
66 passed (20.7s)
🎭 Playwright Run Summary
69 passed (30.5s)
🎭 Playwright Run Summary
66 passed (26.9s)
🎭 Playwright Run Summary
69 passed (25.3s)
🎭 Playwright Run Summary
66 passed (19.2s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί hmr.spec.ts:68:3 β€Ί should update title and frontmatter correctly after navigation ─ 68 passed (35.4s)
🎭 Playwright Run Summary
66 passed (21.2s)
🎭 Playwright Run Summary
69 passed (40.6s)
🎭 Playwright Run Summary
66 passed (35.9s)
🎭 Playwright Run Summary
69 passed (44.0s)
🎭 Playwright Run Summary
66 passed (36.0s)
🎭 Playwright Run Summary
69 passed (30.2s)
🎭 Playwright Run Summary
66 passed (21.5s)
🎭 Playwright Run Summary
69 passed (27.4s)
🎭 Playwright Run Summary
66 passed (21.5s)
🎭 Playwright Run Summary
69 passed (27.5s)
🎭 Playwright Run Summary
66 passed (20.9s)
🎭 Playwright Run Summary
69 passed (26.1s)
🎭 Playwright Run Summary
66 passed (20.9s)
🎭 Playwright Run Summary
69 passed (23.0s)
🎭 Playwright Run Summary
66 passed (19.7s)
🎭 Playwright Run Summary
69 passed (26.1s)
🎭 Playwright Run Summary
66 passed (19.8s)
🎭 Playwright Run Summary
69 passed (42.3s)
🎭 Playwright Run Summary
66 passed (34.7s)
🎭 Playwright Run Summary
69 passed (40.0s)
🎭 Playwright Run Summary
66 passed (34.5s)
🎭 Playwright Run Summary
69 passed (42.1s)
🎭 Playwright Run Summary
66 passed (35.3s)
🎭 Playwright Run Summary
69 passed (45.4s)
🎭 Playwright Run Summary
66 passed (35.1s)