build: publish v2.0.0-rc.120 #3976
Annotations
4 errors and 3 notices
|
E2E test (base /e2e/)
Process completed with exit code 1.
|
|
E2E test (base /e2e/):
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] › tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 › should auto frontmatter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
E2E test (base /e2e/):
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] › tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 › should auto frontmatter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
E2E test (base /e2e/):
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] › tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 › should auto frontmatter
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
E2E test (base /e2e/)
1 failed
[chromium] › tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 › should auto frontmatter
53 passed (46.8s)
|
|
E2E test (base /)
54 passed (16.3s)
|
|
E2E test (base /)
54 passed (31.1s)
|
Loading