Personalization use case redesign INTER-152 #380
Annotations
10 errors and 1 notice
e2e/personalization.spec.js#L6
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Personalization', () => {
> 6 | test.beforeEach(async ({ page, context }) => {
| ^
7 | await reset(context);
8 |
9 | await page.goto('/personalization', {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:6:8
|
e2e/personalization.spec.js#L12
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Error: page.click: Page closed
=========================== logs ===========================
waiting for locator('text="Okay, I understand"')
============================================================
10 | waitUntil: 'networkidle',
11 | });
> 12 | await page.click('text="Okay, I understand"');
| ^
13 | });
14 |
15 | test('should add and remove items from cart', async ({ page }) => {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:12:16
|
e2e/personalization.spec.js#L1
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Pending operations:
- page.click at e2e/personalization.spec.js:12:16
|
e2e/personalization.spec.js#L6
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Personalization', () => {
> 6 | test.beforeEach(async ({ page, context }) => {
| ^
7 | await reset(context);
8 |
9 | await page.goto('/personalization', {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:6:8
|
e2e/personalization.spec.js#L12
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Page closed
=========================== logs ===========================
waiting for locator('text="Okay, I understand"')
============================================================
10 | waitUntil: 'networkidle',
11 | });
> 12 | await page.click('text="Okay, I understand"');
| ^
13 | });
14 |
15 | test('should add and remove items from cart', async ({ page }) => {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:12:16
|
e2e/personalization.spec.js#L1
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.click at e2e/personalization.spec.js:12:16
|
e2e/personalization.spec.js#L6
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Personalization', () => {
> 6 | test.beforeEach(async ({ page, context }) => {
| ^
7 | await reset(context);
8 |
9 | await page.goto('/personalization', {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:6:8
|
e2e/personalization.spec.js#L12
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Page closed
=========================== logs ===========================
waiting for locator('text="Okay, I understand"')
============================================================
10 | waitUntil: 'networkidle',
11 | });
> 12 | await page.click('text="Okay, I understand"');
| ^
13 | });
14 |
15 | test('should add and remove items from cart', async ({ page }) => {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:12:16
|
e2e/personalization.spec.js#L1
1) [firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.click at e2e/personalization.spec.js:12:16
|
e2e/personalization.spec.js#L6
2) [firefox] › personalization.spec.js:44:7 › Personalization › should remember cart contents after reloading page
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Personalization', () => {
> 6 | test.beforeEach(async ({ page, context }) => {
| ^
7 | await reset(context);
8 |
9 | await page.goto('/personalization', {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.js:6:8
|
3 failed
[firefox] › personalization.spec.js:15:7 › Personalization › should add and remove items from cart
[firefox] › personalization.spec.js:44:7 › Personalization › should remember cart contents after reloading page
[firefox] › personalization.spec.js:61:7 › Personalization › should filter products and remember search history
24 passed (7.4m)
|
The logs for this run have expired and are no longer available.
Loading