Update screenshots #112
Annotations
20 errors, 5 warnings, and 2 notices
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/fileReport.it.spec.ts#L147
1) [chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/fileReport.it.spec.ts:147:82
|
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/fileReport.it.spec.ts#L147
1) [chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/fileReport.it.spec.ts:147:82
|
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/fileReport.it.spec.ts#L147
1) [chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/fileReport.it.spec.ts:147:82
|
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/test-view.it.spec.ts#L57
2) [chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/test-view.it.spec.ts:57:80
|
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/test-view.it.spec.ts#L57
2) [chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/test-view.it.spec.ts:57:80
|
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/test-view.it.spec.ts#L57
2) [chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/test-view.it.spec.ts:57:80
|
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/fileReport.it.spec.ts#L147
3) [firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/fileReport.it.spec.ts:147:82
|
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/fileReport.it.spec.ts#L147
3) [firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/fileReport.it.spec.ts:147:82
|
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/fileReport.it.spec.ts#L147
3) [firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/fileReport.it.spec.ts:147:82
|
[firefox] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages/elements/test/integration/test-view.it.spec.ts#L57
4) [firefox] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/test-view.it.spec.ts:57:80
|
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\fileReport.it.spec.ts#L147
1) [chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\fileReport.it.spec.ts:147:82
|
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\fileReport.it.spec.ts#L147
1) [chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\fileReport.it.spec.ts:147:82
|
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\fileReport.it.spec.ts#L147
1) [chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\fileReport.it.spec.ts:147:82
|
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\test-view.it.spec.ts#L57
2) [chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\test-view.it.spec.ts:57:80
|
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\test-view.it.spec.ts#L57
2) [chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\test-view.it.spec.ts:57:80
|
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\test-view.it.spec.ts#L57
2) [chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\test-view.it.spec.ts:57:80
|
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\fileReport.it.spec.ts#L147
3) [firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\fileReport.it.spec.ts:147:82
|
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\fileReport.it.spec.ts#L147
3) [firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\fileReport.it.spec.ts:147:82
|
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\fileReport.it.spec.ts#L147
3) [firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
145 | const posAfter = await page.pageYOffset();
146 | expect(posAfter).toBeGreaterThan(100);
> 147 | expect(await (await page.mutantView.mutantDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
148 | });
149 |
150 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\fileReport.it.spec.ts:147:82
|
[firefox] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called:
packages\elements\test\integration\test-view.it.spec.ts#L57
4) [firefox] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
55 | const posAfter = await page.pageYOffset();
56 | expect(posAfter).toBeGreaterThan(100);
> 57 | expect(await (await page.testView.testDots()).slice(-1)[0].isActive()).toEqual(true);
| ^
58 | });
59 |
60 | itShouldMatchScreenshot('should look as expected');
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\test-view.it.spec.ts:57:80
|
Slow Test:
packages\elements\[firefox] › drawer-mutant.it.spec.ts#L1
packages\elements\[firefox] › drawer-mutant.it.spec.ts took 35.1s
|
Slow Test:
packages\elements\[firefox] › navigation.it.spec.ts#L1
packages\elements\[firefox] › navigation.it.spec.ts took 34.9s
|
Slow Test:
packages\elements\[firefox] › drawer-test.it.spec.ts#L1
packages\elements\[firefox] › drawer-test.it.spec.ts took 25.9s
|
Slow Test:
packages\elements\[firefox] › theming.it.spec.ts#L1
packages\elements\[firefox] › theming.it.spec.ts took 19.1s
|
Slow Test:
packages\elements\[firefox] › real-time-reporting.it.spec.ts#L1
packages\elements\[firefox] › real-time-reporting.it.spec.ts took 16.6s
|
🎭 Playwright Run Summary
4 failed
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
[firefox] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
164 passed (2.5m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
[chromium] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
[firefox] › fileReport.it.spec.ts:144:5 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should scroll and focus the last test when "previous" is called
[firefox] › test-view.it.spec.ts:54:7 › Test view › test file with code and test locations › when navigating "previous test" › should scroll and focus the last test when "previous" is called
164 passed (5.8m)
|