Add i18n support #348
Annotations
10 errors and 1 notice
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L1
1) [chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Test timeout of 30000ms exceeded.
|
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L53
1) [chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Blog' })
51 | await page.goto(targetUrl);
52 |
> 53 | await page.getByRole('link', { name: 'Blog' }).click();
| ^
54 | await expect(page).toHaveURL(/blog$/);
55 |
56 | await expect(page.locator('main').getByRole('link')).toHaveCount(10);
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/tests/e2e/Sanity.check.spec.ts:53:54
|
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L1
1) [chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L53
1) [chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Blog' })
51 | await page.goto(targetUrl);
52 |
> 53 | await page.getByRole('link', { name: 'Blog' }).click();
| ^
54 | await expect(page).toHaveURL(/blog$/);
55 |
56 | await expect(page.locator('main').getByRole('link')).toHaveCount(10);
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/tests/e2e/Sanity.check.spec.ts:53:54
|
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L1
1) [chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L53
1) [chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Blog' })
51 | await page.goto(targetUrl);
52 |
> 53 | await page.getByRole('link', { name: 'Blog' }).click();
| ^
54 | await expect(page).toHaveURL(/blog$/);
55 |
56 | await expect(page.locator('main').getByRole('link')).toHaveCount(10);
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/tests/e2e/Sanity.check.spec.ts:53:54
|
[firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L1
2) [firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Test timeout of 30000ms exceeded.
|
[firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L53
2) [firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Blog' })
51 | await page.goto(targetUrl);
52 |
> 53 | await page.getByRole('link', { name: 'Blog' }).click();
| ^
54 | await expect(page).toHaveURL(/blog$/);
55 |
56 | await expect(page.locator('main').getByRole('link')).toHaveCount(10);
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/tests/e2e/Sanity.check.spec.ts:53:54
|
[firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L1
2) [firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
[firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page:
tests/e2e/Sanity.check.spec.ts#L53
2) [firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Blog' })
51 | await page.goto(targetUrl);
52 |
> 53 | await page.getByRole('link', { name: 'Blog' }).click();
| ^
54 | await expect(page).toHaveURL(/blog$/);
55 |
56 | await expect(page.locator('main').getByRole('link')).toHaveCount(10);
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/tests/e2e/Sanity.check.spec.ts:53:54
|
π Playwright Run Summary
3 failed
[chromium] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
[firefox] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
[webkit] βΊ e2e/Sanity.check.spec.ts:50:9 βΊ Sanity βΊ Static pages βΊ should navigate to the blog page
18 passed (5.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results
Expired
|
6.05 MB |
|