fix: fix route resolving error with hash and queries (close #1561) #375
Annotations
73 errors and 18 notices
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (macos-latest, 18, vite)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (ubuntu-latest, 22, vite)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (ubuntu-latest, 20, webpack)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (ubuntu-latest, 18, webpack)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (ubuntu-latest, 20, vite)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (macos-latest, 18, webpack)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (ubuntu-latest, 18, vite)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /home/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (ubuntu-latest, 22, webpack)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (macos-latest, 20, vite)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (macos-latest, 20, webpack)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (macos-latest, 22, vite)
Process completed with exit code 1.
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
e2e (windows-latest, 18, vite)
Process completed with exit code 1.
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e/tests/routes/permalinks.spec.ts#L78
1) [chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at /Users/runner/work/core/core/e2e/tests/routes/permalinks.spec.ts:78:39
|
e2e (macos-latest, 22, webpack)
Process completed with exit code 1.
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
e2e (windows-latest, 20, webpack)
Process completed with exit code 1.
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
e2e (windows-latest, 22, vite)
Process completed with exit code 1.
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
e2e (windows-latest, 18, webpack)
Process completed with exit code 1.
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
e2e (windows-latest, 20, vite)
Process completed with exit code 1.
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly:
e2e\tests\routes\permalinks.spec.ts#L78
1) [chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
Expected string: "/permalink-non-ascii-ascii/"
Received string: "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #中文-ascii + ul > li a').nth(2)
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
- locator resolved to <a class="route-link" href="/routes/permalinks/%E4%…>filename</a>
- unexpected value "/routes/permalinks/%E4%B8%AD%E6%96%87-ascii.html"
76 | await expect(linksLocator).toHaveCount(3)
77 |
> 78 | await expect(linksLocator.nth(2)).toHaveAttribute(
| ^
79 | 'href',
80 | encodeURI(`${PERMALINK_PREFIX}${permalink}`),
81 | )
at D:\a\core\core\e2e\tests\routes\permalinks.spec.ts:78:39
|
e2e (windows-latest, 22, webpack)
Process completed with exit code 1.
|
e2e result
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (32.9s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (32.1s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (41.4s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (40.9s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (33.0s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (41.2s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (44.1s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (42.0s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (31.3s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (35.6s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (31.9s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (48.2s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes/permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (35.9s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (56.4s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (41.4s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (54.8s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (49.8s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › routes\permalinks.spec.ts:67:1 › should support rendering link by filename and navigate to it correctly
48 passed (54.5s)
|