feat(client): add markdown content hooks #571
Annotations
37 errors, 7 warnings, and 45 notices
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
e2e (macos-latest, 18, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
e2e (ubuntu-latest, 20, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
e2e (ubuntu-latest, 22, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /home/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
e2e (ubuntu-latest, 18, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
e2e (windows-latest, 18, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
8 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
e2e (macos-latest, 20, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e/tests/content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at /Users/runner/work/core/core/e2e/tests/content-hooks.spec.ts:48:31
|
e2e (macos-latest, 22, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
8 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
e2e (windows-latest, 20, vite)
Process completed with exit code 1.
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
7 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook:
e2e\tests\content-hooks.spec.ts#L48
1) [chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.markdown-content-hooks .markdown-content-change')
Expected string: "changedCount: 1"
Received string: "changedCount: 0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.markdown-content-hooks .markdown-content-change')
9 Γ locator resolved to <p class="markdown-content-change">changedCount: 0</p>
- unexpected value "changedCount: 0"
46 |
47 | await updateMarkdownContent()
> 48 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 1 : 0}`) // 1
| ^
49 |
50 | await updateMarkdownContent()
51 | await expect(changeLocator).toHaveText(`changedCount: ${IS_DEV ? 2 : 0}`) // 2
at D:\a\core\core\e2e\tests\content-hooks.spec.ts:48:31
|
e2e (windows-latest, 22, vite)
Process completed with exit code 1.
|
e2e result
Process completed with exit code 1.
|
e2e (ubuntu-latest, 20, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e (ubuntu-latest, 22, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e (ubuntu-latest, 18, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e (ubuntu-latest, 20, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e (ubuntu-latest, 22, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e (ubuntu-latest, 18, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (42.3s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (42.4s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (40.7s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (40.7s)
|
π Playwright Run Summary
74 passed (27.8s)
|
π Playwright Run Summary
70 passed (20.7s)
|
π Playwright Run Summary
74 passed (31.4s)
|
π Playwright Run Summary
70 passed (20.2s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (52.9s)
|
π Playwright Run Summary
74 passed (33.7s)
|
π Playwright Run Summary
70 passed (23.3s)
|
π Playwright Run Summary
74 passed (34.5s)
|
π Playwright Run Summary
70 passed (23.3s)
|
π Playwright Run Summary
74 passed (33.6s)
|
π Playwright Run Summary
70 passed (23.4s)
|
π Playwright Run Summary
74 passed (34.4s)
|
π Playwright Run Summary
70 passed (23.3s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (47.8s)
|
π Playwright Run Summary
74 passed (36.9s)
|
π Playwright Run Summary
70 passed (24.9s)
|
π Playwright Run Summary
74 passed (35.9s)
|
π Playwright Run Summary
70 passed (24.9s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (42.2s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (48.5s)
|
π Playwright Run Summary
74 passed (28.3s)
|
π Playwright Run Summary
70 passed (20.8s)
|
π Playwright Run Summary
74 passed (29.5s)
|
π Playwright Run Summary
70 passed (19.5s)
|
π Playwright Run Summary
1 failed
[chromium] βΊ content-hooks.spec.ts:41:1 βΊ should call content change hook ββββββββββββββββββββββ
73 passed (51.3s)
|
π Playwright Run Summary
74 passed (35.3s)
|
π Playwright Run Summary
70 passed (21.3s)
|
π Playwright Run Summary
74 passed (28.4s)
|
π Playwright Run Summary
70 passed (18.9s)
|
π Playwright Run Summary
74 passed (46.0s)
|
π Playwright Run Summary
70 passed (34.1s)
|
π Playwright Run Summary
74 passed (49.5s)
|
π Playwright Run Summary
70 passed (36.1s)
|
π Playwright Run Summary
74 passed (47.5s)
|
π Playwright Run Summary
70 passed (32.1s)
|
π Playwright Run Summary
74 passed (43.0s)
|
π Playwright Run Summary
70 passed (33.0s)
|
π Playwright Run Summary
74 passed (44.0s)
|
π Playwright Run Summary
70 passed (32.2s)
|
π Playwright Run Summary
74 passed (44.7s)
|
π Playwright Run Summary
70 passed (32.3s)
|