Support for 2026 CHIPs, loops, and performance improvements #108
Annotations
161 errors, 10 warnings, and 16 notices
|
lint
not a git repository: .yarn/../.git/modules/.yarn
|
|
[chromium] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
4) [chromium] › template-settings.spec.ts:72:5 › can download and re-import template ─────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[chromium] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
3) [chromium] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3450 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[chromium] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
3) [chromium] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3450 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[chromium] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
3) [chromium] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────────
Error: Screenshot comparison failed:
3450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3450 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[chromium] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
2) [chromium] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5757 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5757 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5757 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[chromium] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
2) [chromium] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5757 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5757 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5757 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[chromium] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
2) [chromium] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────────
Error: Screenshot comparison failed:
5757 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5757 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5757 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request:
tests/notifier.spec.ts#L50
1) [chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts-snapshots/displays-telemetry-consent-request-can-decline-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry2/displays-telemetry-consent-request-can-decline-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry2/displays-telemetry-consent-request-can-decline-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
48 | );
49 | await expect(page.getByText('sharing usage information')).toBeVisible();
> 50 | await expect(page).toHaveScreenshot();
| ^
51 | let logs = '';
52 | page.on('console', (msg) => {
53 | logs += msg.text();
at /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts:50:22
|
|
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request:
tests/notifier.spec.ts#L50
1) [chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts-snapshots/displays-telemetry-consent-request-can-decline-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry1/displays-telemetry-consent-request-can-decline-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry1/displays-telemetry-consent-request-can-decline-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
48 | );
49 | await expect(page.getByText('sharing usage information')).toBeVisible();
> 50 | await expect(page).toHaveScreenshot();
| ^
51 | let logs = '';
52 | page.on('console', (msg) => {
53 | logs += msg.text();
at /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts:50:22
|
|
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request:
tests/notifier.spec.ts#L50
1) [chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts-snapshots/displays-telemetry-consent-request-can-decline-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium/displays-telemetry-consent-request-can-decline-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium/displays-telemetry-consent-request-can-decline-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
48 | );
49 | await expect(page.getByText('sharing usage information')).toBeVisible();
> 50 | await expect(page).toHaveScreenshot();
| ^
51 | let logs = '';
52 | page.on('console', (msg) => {
53 | logs += msg.text();
at /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts:50:22
|
|
[mobile-webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide:
tests/welcome.spec.ts#L32
4) [mobile-webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ──────────────────
Error: Screenshot comparison failed:
53 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/loads-the-welcome-screen-and-guide-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-mobile-webkit/loads-the-welcome-screen-and-guide-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-mobile-webkit/loads-the-welcome-screen-and-guide-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 53 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 53 pixels (ratio 0.01 of all image pixels) are different.
30 | page.getByRole('heading', { name: 'Choose a template to begin' }),
31 | ).toBeVisible();
> 32 | await expect(page).toHaveScreenshot();
| ^
33 | await expect(
34 | page.getByText('New to Bitauth IDE? Check out the guide!'),
35 | ).toBeVisible({ timeout: 10_000 }); /* Approx. 3 second delay */
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:32:24
|
|
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2773 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2773 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2773 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2773 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2773 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2773 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────
Error: Screenshot comparison failed:
2773 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2773 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2773 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5823 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5823 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5823 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5823 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5823 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5823 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────
Error: Screenshot comparison failed:
5823 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5823 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5823 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[firefox] › welcome.spec.ts:21:16 › loads the welcome screen and guide:
tests/welcome.spec.ts#L32
4) [firefox] › welcome.spec.ts:21:16 › loads the welcome screen and guide ────────────────────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/loads-the-welcome-screen-and-guide-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-firefox/loads-the-welcome-screen-and-guide-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-firefox/loads-the-welcome-screen-and-guide-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
30 | page.getByRole('heading', { name: 'Choose a template to begin' }),
31 | ).toBeVisible();
> 32 | await expect(page).toHaveScreenshot();
| ^
33 | await expect(
34 | page.getByText('New to Bitauth IDE? Check out the guide!'),
35 | ).toBeVisible({ timeout: 10_000 }); /* Approx. 3 second delay */
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:32:24
|
|
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [firefox] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [firefox] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [firefox] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[firefox] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [firefox] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2916 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2916 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2916 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[firefox] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [firefox] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2916 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2916 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2916 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[firefox] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [firefox] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
Error: Screenshot comparison failed:
2916 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2916 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2916 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[firefox] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [firefox] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6293 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6293 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6293 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[firefox] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [firefox] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6293 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6293 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6293 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[firefox] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [firefox] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
Error: Screenshot comparison failed:
6293 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6293 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6293 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide:
tests/welcome.spec.ts#L32
4) [webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ─────────────────────────
Error: Screenshot comparison failed:
53 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/loads-the-welcome-screen-and-guide-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-webkit/loads-the-welcome-screen-and-guide-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-webkit/loads-the-welcome-screen-and-guide-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 53 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 53 pixels (ratio 0.01 of all image pixels) are different.
30 | page.getByRole('heading', { name: 'Choose a template to begin' }),
31 | ).toBeVisible();
> 32 | await expect(page).toHaveScreenshot();
| ^
33 | await expect(
34 | page.getByText('New to Bitauth IDE? Check out the guide!'),
35 | ).toBeVisible({ timeout: 10_000 }); /* Approx. 3 second delay */
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:32:24
|
|
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [webkit] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [webkit] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [webkit] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [webkit] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3580 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3580 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [webkit] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3580 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3580 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [webkit] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
Error: Screenshot comparison failed:
3580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3580 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3580 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [webkit] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5809 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [webkit] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5809 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [webkit] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
Error: Screenshot comparison failed:
5809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5809 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide:
tests/welcome.spec.ts#L32
4) [mobile-webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ──────────────────
Error: Screenshot comparison failed:
53 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/loads-the-welcome-screen-and-guide-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-mobile-webkit/loads-the-welcome-screen-and-guide-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-mobile-webkit/loads-the-welcome-screen-and-guide-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 53 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 53 pixels (ratio 0.01 of all image pixels) are different.
30 | page.getByRole('heading', { name: 'Choose a template to begin' }),
31 | ).toBeVisible();
> 32 | await expect(page).toHaveScreenshot();
| ^
33 | await expect(
34 | page.getByText('New to Bitauth IDE? Check out the guide!'),
35 | ).toBeVisible({ timeout: 10_000 }); /* Approx. 3 second delay */
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:32:24
|
|
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2773 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2773 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2773 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2773 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2773 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2773 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────
Error: Screenshot comparison failed:
2773 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-mobile-webkit/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2773 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2773 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5823 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5823 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5823 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5823 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5823 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5823 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────
Error: Screenshot comparison failed:
5823 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-mobile-webkit/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5823 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5823 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide:
tests/welcome.spec.ts#L32
4) [webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ─────────────────────────
Error: Screenshot comparison failed:
53 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/loads-the-welcome-screen-and-guide-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-webkit/loads-the-welcome-screen-and-guide-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-webkit/loads-the-welcome-screen-and-guide-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 53 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 53 pixels (ratio 0.01 of all image pixels) are different.
30 | page.getByRole('heading', { name: 'Choose a template to begin' }),
31 | ).toBeVisible();
> 32 | await expect(page).toHaveScreenshot();
| ^
33 | await expect(
34 | page.getByText('New to Bitauth IDE? Check out the guide!'),
35 | ).toBeVisible({ timeout: 10_000 }); /* Approx. 3 second delay */
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:32:24
|
|
[mobile-webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters:
tests/editor.spec.ts#L74
4) [mobile-webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
Error: Screenshot comparison failed:
620 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading--189cc--shows-compilation-on-hover-mobile-webkit/ignores-misleading-unicode-38c32-hows-compilation-on-hover-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading--189cc--shows-compilation-on-hover-mobile-webkit/ignores-misleading-unicode-38c32-hows-compilation-on-hover-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 620 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 620 pixels (ratio 0.01 of all image pixels) are different.
72 | await page.getByText('<').first().hover();
73 | await expect(page.getByText('Compiled: 0x03666974')).toBeVisible();
> 74 | await expect(page).toHaveScreenshot();
| ^
75 | });
76 |
77 | test('renders loops as expected', async ({ page }) => {
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:74:22
|
|
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [webkit] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
3) [mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
27135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry2/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry2/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27135 pixels (ratio 0.04 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [webkit] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
3) [mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
27135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry1/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry1/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27135 pixels (ratio 0.04 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [webkit] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [webkit] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3580 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3580 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
3) [mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────
Error: Screenshot comparison failed:
27135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27135 pixels (ratio 0.04 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [webkit] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3580 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3580 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
2) [mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [webkit] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
Error: Screenshot comparison failed:
3580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-webkit/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3580 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3580 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
2) [mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [webkit] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5809 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [webkit] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5809 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
2) [mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [webkit] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
Error: Screenshot comparison failed:
5809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-webkit/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5809 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
1) [mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
729 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry2/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry2/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 729 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 729 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
1) [mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
729 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry1/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry1/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 729 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 729 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
1) [mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────
Error: Screenshot comparison failed:
729 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 729 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 729 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[chromium] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
4) [chromium] › template-settings.spec.ts:72:5 › can download and re-import template ─────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[chromium] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
3) [chromium] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3450 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[chromium] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
3) [chromium] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3450 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[chromium] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
3) [chromium] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────────
Error: Screenshot comparison failed:
3450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-chromium/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3450 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[chromium] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
2) [chromium] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5757 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5757 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5757 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[chromium] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
2) [chromium] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5757 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5757 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5757 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[chromium] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
2) [chromium] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────────
Error: Screenshot comparison failed:
5757 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-chromium/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5757 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5757 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request:
tests/notifier.spec.ts#L50
1) [chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts-snapshots/displays-telemetry-consent-request-can-decline-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry2/displays-telemetry-consent-request-can-decline-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry2/displays-telemetry-consent-request-can-decline-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
48 | );
49 | await expect(page.getByText('sharing usage information')).toBeVisible();
> 50 | await expect(page).toHaveScreenshot();
| ^
51 | let logs = '';
52 | page.on('console', (msg) => {
53 | logs += msg.text();
at /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts:50:22
|
|
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request:
tests/notifier.spec.ts#L50
1) [chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts-snapshots/displays-telemetry-consent-request-can-decline-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry1/displays-telemetry-consent-request-can-decline-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium-retry1/displays-telemetry-consent-request-can-decline-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
48 | );
49 | await expect(page.getByText('sharing usage information')).toBeVisible();
> 50 | await expect(page).toHaveScreenshot();
| ^
51 | let logs = '';
52 | page.on('console', (msg) => {
53 | logs += msg.text();
at /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts:50:22
|
|
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request:
tests/notifier.spec.ts#L50
1) [chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts-snapshots/displays-telemetry-consent-request-can-decline-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium/displays-telemetry-consent-request-can-decline-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/notifier-displays-telemetry-consent-request-can-decline-chromium/displays-telemetry-consent-request-can-decline-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
48 | );
49 | await expect(page.getByText('sharing usage information')).toBeVisible();
> 50 | await expect(page).toHaveScreenshot();
| ^
51 | let logs = '';
52 | page.on('console', (msg) => {
53 | logs += msg.text();
at /__w/bitauth-ide/bitauth-ide/tests/notifier.spec.ts:50:22
|
|
[firefox] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
4) [firefox] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[firefox] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
3) [firefox] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
721 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry2/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry2/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 721 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 721 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
3) [firefox] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
721 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry1/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry1/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1885 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1164 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 721 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
3) [firefox] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
Error: Screenshot comparison failed:
721 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 721 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 721 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
2) [firefox] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1325 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry2/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry2/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1325 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1325 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[firefox] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
2) [firefox] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1325 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry1/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry1/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1325 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1325 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[firefox] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
2) [firefox] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
Error: Screenshot comparison failed:
1325 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1325 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1325 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium] › welcome.spec.ts:145:5 › can import a template:
tests/welcome.spec.ts#L160
1) [chromium] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1114 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/can-import-a-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry2/can-import-a-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry2/can-import-a-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1114 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1114 pixels (ratio 0.01 of all image pixels) are different.
158 | ).toBeDisabled();
159 | await expect(page.locator('.detected-link').first()).toBeVisible();
> 160 | await expect(page).toHaveScreenshot();
| ^
161 | await page.getByLabel('Close').click();
162 | await expect(
163 | page.getByRole('heading', {
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:160:22
|
|
[chromium] › welcome.spec.ts:145:5 › can import a template:
tests/welcome.spec.ts#L160
1) [chromium] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1114 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/can-import-a-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry1/can-import-a-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry1/can-import-a-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1114 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1114 pixels (ratio 0.01 of all image pixels) are different.
158 | ).toBeDisabled();
159 | await expect(page.locator('.detected-link').first()).toBeVisible();
> 160 | await expect(page).toHaveScreenshot();
| ^
161 | await page.getByLabel('Close').click();
162 | await expect(
163 | page.getByRole('heading', {
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:160:22
|
|
[chromium] › welcome.spec.ts:145:5 › can import a template:
tests/welcome.spec.ts#L160
1) [chromium] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────────
Error: Screenshot comparison failed:
1114 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/can-import-a-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium/can-import-a-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium/can-import-a-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1114 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1114 pixels (ratio 0.01 of all image pixels) are different.
158 | ).toBeDisabled();
159 | await expect(page.locator('.detected-link').first()).toBeVisible();
> 160 | await expect(page).toHaveScreenshot();
| ^
161 | await page.getByLabel('Close').click();
162 | await expect(
163 | page.getByRole('heading', {
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:160:22
|
|
[mobile-webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters:
tests/editor.spec.ts#L74
4) [mobile-webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
Error: Screenshot comparison failed:
620 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading--189cc--shows-compilation-on-hover-mobile-webkit/ignores-misleading-unicode-38c32-hows-compilation-on-hover-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading--189cc--shows-compilation-on-hover-mobile-webkit/ignores-misleading-unicode-38c32-hows-compilation-on-hover-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 620 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 620 pixels (ratio 0.01 of all image pixels) are different.
72 | await page.getByText('<').first().hover();
73 | await expect(page.getByText('Compiled: 0x03666974')).toBeVisible();
> 74 | await expect(page).toHaveScreenshot();
| ^
75 | });
76 |
77 | test('renders loops as expected', async ({ page }) => {
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:74:22
|
|
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
3) [mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
27135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry2/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry2/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27135 pixels (ratio 0.04 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
3) [mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
27135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry1/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit-retry1/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27135 pixels (ratio 0.04 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
3) [mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────
Error: Screenshot comparison failed:
27135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-mobile-webkit/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27135 pixels (ratio 0.04 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
2) [mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
2) [mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
2) [mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
1) [mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
729 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry2/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry2/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 729 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 729 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
1) [mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
729 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry1/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit-retry1/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 729 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 729 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
1) [mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────
Error: Screenshot comparison failed:
729 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-mobile-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-mobile-webkit/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 729 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 729 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › welcome.spec.ts:21:16 › loads the welcome screen and guide:
tests/welcome.spec.ts#L32
4) [firefox] › welcome.spec.ts:21:16 › loads the welcome screen and guide ────────────────────────
Error: Screenshot comparison failed:
8 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/loads-the-welcome-screen-and-guide-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-firefox/loads-the-welcome-screen-and-guide-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-loads-the-welcome-screen-and-guide-firefox/loads-the-welcome-screen-and-guide-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 8 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8 pixels (ratio 0.01 of all image pixels) are different.
30 | page.getByRole('heading', { name: 'Choose a template to begin' }),
31 | ).toBeVisible();
> 32 | await expect(page).toHaveScreenshot();
| ^
33 | await expect(
34 | page.getByText('New to Bitauth IDE? Check out the guide!'),
35 | ).toBeVisible({ timeout: 10_000 }); /* Approx. 3 second delay */
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:32:24
|
|
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [firefox] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [firefox] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template:
tests/template-settings.spec.ts#L93
3) [firefox] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
Error: The downloaded file at test-results/single_signature_p2pkh.wallet-template.json must be equivalent to the expected file: tests/fixtures/single_signature_p2pkh.wallet-template.json
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -45,6 +45,7 @@
"BCH_2024_05",
"BCH_2025_05",
"BCH_2026_05",
"BCH_SPEC",
],
+ "version": 0,
}
91 | JSON.parse(readFileSync(path, { encoding: 'utf8' })),
92 | `The downloaded file at ${path} must be equivalent to the expected file: ${fixture}`,
> 93 | ).toStrictEqual(
| ^
94 | JSON.parse(readFileSync(`tests/fixtures/${file}`, { encoding: 'utf8' })),
95 | );
96 | await loadTemplate(page, path);
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:93:5
|
|
[firefox] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [firefox] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2916 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry2/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry2/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2916 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2916 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[firefox] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [firefox] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2916 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry1/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox-retry1/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2916 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2916 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[firefox] › template-settings.spec.ts:46:5 › can reset template:
tests/template-settings.spec.ts#L58
2) [firefox] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
Error: Screenshot comparison failed:
2916 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-reset-template-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox/can-reset-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-reset-template-firefox/can-reset-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2916 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2916 pixels (ratio 0.01 of all image pixels) are different.
56 | .getByRole('button', { name: 'Reset to a Built-in Template...' })
57 | .click();
> 58 | await expect(page).toHaveScreenshot();
| ^
59 | await page.getByRole('button', { name: 'Cancel' }).click();
60 | await expect(page.locator('h1 .title')).toHaveText(
61 | 'Single Signature (P2PKH)',
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:58:22
|
|
[firefox] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [firefox] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6293 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry2/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry2/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6293 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6293 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[firefox] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [firefox] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6293 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry1/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox-retry1/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6293 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6293 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[firefox] › template-settings.spec.ts:5:5 › can modify template settings:
tests/template-settings.spec.ts#L27
1) [firefox] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
Error: Screenshot comparison failed:
6293 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts-snapshots/can-modify-template-settings-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox/can-modify-template-settings-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/template-settings-can-modify-template-settings-firefox/can-modify-template-settings-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6293 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6293 pixels (ratio 0.01 of all image pixels) are different.
25 | .first()
26 | .click();
> 27 | await expect(page).toHaveScreenshot();
| ^
28 | await page.getByRole('button', { name: 'Done' }).click();
29 | const link1 = page.getByRole('link', { name: 'libauth.org' });
30 | await expect(link1).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/template-settings.spec.ts:27:22
|
|
[firefox] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
4) [firefox] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[firefox] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
3) [firefox] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
721 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry2/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry2/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2334 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1613 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 721 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
3) [firefox] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
721 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry1/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox-retry1/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 721 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 721 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
3) [firefox] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
Error: Screenshot comparison failed:
721 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-firefox/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 721 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 721 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[firefox] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
2) [firefox] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1325 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry2/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry2/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1325 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1325 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[firefox] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
2) [firefox] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1325 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry1/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox-retry1/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1325 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1325 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[firefox] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
2) [firefox] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
Error: Screenshot comparison failed:
1325 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-firefox/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1325 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1325 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium] › welcome.spec.ts:145:5 › can import a template:
tests/welcome.spec.ts#L160
1) [chromium] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1114 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/can-import-a-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry2/can-import-a-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry2/can-import-a-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1114 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1114 pixels (ratio 0.01 of all image pixels) are different.
158 | ).toBeDisabled();
159 | await expect(page.locator('.detected-link').first()).toBeVisible();
> 160 | await expect(page).toHaveScreenshot();
| ^
161 | await page.getByLabel('Close').click();
162 | await expect(
163 | page.getByRole('heading', {
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:160:22
|
|
[chromium] › welcome.spec.ts:145:5 › can import a template:
tests/welcome.spec.ts#L160
1) [chromium] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1114 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/can-import-a-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry1/can-import-a-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium-retry1/can-import-a-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1114 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1114 pixels (ratio 0.01 of all image pixels) are different.
158 | ).toBeDisabled();
159 | await expect(page.locator('.detected-link').first()).toBeVisible();
> 160 | await expect(page).toHaveScreenshot();
| ^
161 | await page.getByLabel('Close').click();
162 | await expect(
163 | page.getByRole('heading', {
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:160:22
|
|
[chromium] › welcome.spec.ts:145:5 › can import a template:
tests/welcome.spec.ts#L160
1) [chromium] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────────
Error: Screenshot comparison failed:
1114 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts-snapshots/can-import-a-template-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium/can-import-a-template-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/welcome-can-import-a-template-chromium/can-import-a-template-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1114 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1114 pixels (ratio 0.01 of all image pixels) are different.
158 | ).toBeDisabled();
159 | await expect(page.locator('.detected-link').first()).toBeVisible();
> 160 | await expect(page).toHaveScreenshot();
| ^
161 | await page.getByLabel('Close').click();
162 | await expect(
163 | page.getByRole('heading', {
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:160:22
|
|
[chromium] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
4) [chromium] › editor.spec.ts:3:5 › renders spacers as expected ─────────────────────────────────
Error: Screenshot comparison failed:
662 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-chromium/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-chromium/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 662 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 662 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[chromium] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
3) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1259 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry2/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry2/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1259 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1259 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
3) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1259 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry1/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry1/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1259 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1259 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
3) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Error: Screenshot comparison failed:
1259 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1259 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1259 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad:
tests/screenshots.spec.ts#L45
2) [chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ───────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2335 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/scratch-pad-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry2/scratch-pad-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry2/scratch-pad-diff.png
Call log:
- expect.toHaveScreenshot(scratch-pad.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2335 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2335 pixels (ratio 0.01 of all image pixels) are different.
43 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setScriptEditorWidths(50)`,
44 | );
> 45 | await expect(page).toHaveScreenshot('scratch-pad.png', {
| ^
46 | scale: 'device',
47 | });
48 | });
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:45:22
|
|
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad:
tests/screenshots.spec.ts#L45
2) [chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2335 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/scratch-pad-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry1/scratch-pad-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry1/scratch-pad-diff.png
Call log:
- expect.toHaveScreenshot(scratch-pad.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2335 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2335 pixels (ratio 0.01 of all image pixels) are different.
43 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setScriptEditorWidths(50)`,
44 | );
> 45 | await expect(page).toHaveScreenshot('scratch-pad.png', {
| ^
46 | scale: 'device',
47 | });
48 | });
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:45:22
|
|
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad:
tests/screenshots.spec.ts#L45
2) [chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ───────────────────
Error: Screenshot comparison failed:
2335 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/scratch-pad-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd/scratch-pad-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd/scratch-pad-diff.png
Call log:
- expect.toHaveScreenshot(scratch-pad.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2335 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2335 pixels (ratio 0.01 of all image pixels) are different.
43 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setScriptEditorWidths(50)`,
44 | );
> 45 | await expect(page).toHaveScreenshot('scratch-pad.png', {
| ^
46 | scale: 'device',
47 | });
48 | });
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:45:22
|
|
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault:
tests/screenshots.spec.ts#L9
1) [chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
34 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/template-settings-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry2/template-settings-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry2/template-settings-diff.png
Call log:
- expect.toHaveScreenshot(template-settings.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 34 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 34 pixels (ratio 0.01 of all image pixels) are different.
7 | })
8 | .click();
> 9 | await expect(page).toHaveScreenshot('template-settings.png', {
| ^
10 | scale: 'device',
11 | });
12 | await expect(page.locator('h1 .title')).toHaveText(
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:9:22
|
|
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault:
tests/screenshots.spec.ts#L9
1) [chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
34 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/template-settings-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry1/template-settings-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry1/template-settings-diff.png
Call log:
- expect.toHaveScreenshot(template-settings.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 34 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 34 pixels (ratio 0.01 of all image pixels) are different.
7 | })
8 | .click();
> 9 | await expect(page).toHaveScreenshot('template-settings.png', {
| ^
10 | scale: 'device',
11 | });
12 | await expect(page.locator('h1 .title')).toHaveText(
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:9:22
|
|
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault:
tests/screenshots.spec.ts#L9
1) [chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ──────────────
Error: Screenshot comparison failed:
34 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/template-settings-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd/template-settings-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd/template-settings-diff.png
Call log:
- expect.toHaveScreenshot(template-settings.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 34 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 34 pixels (ratio 0.01 of all image pixels) are different.
7 | })
8 | .click();
> 9 | await expect(page).toHaveScreenshot('template-settings.png', {
| ^
10 | scale: 'device',
11 | });
12 | await expect(page.locator('h1 .title')).toHaveText(
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:9:22
|
|
[chromium] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
4) [chromium] › editor.spec.ts:3:5 › renders spacers as expected ─────────────────────────────────
Error: Screenshot comparison failed:
662 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-chromium/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-chromium/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 662 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 662 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[chromium] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
3) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1259 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry2/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry2/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1259 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1259 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
3) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1259 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry1/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium-retry1/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1259 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1259 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
3) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Error: Screenshot comparison failed:
1259 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-chromium-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-chromium/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1259 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1259 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad:
tests/screenshots.spec.ts#L45
2) [chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ───────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2335 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/scratch-pad-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry2/scratch-pad-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry2/scratch-pad-diff.png
Call log:
- expect.toHaveScreenshot(scratch-pad.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2335 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2335 pixels (ratio 0.01 of all image pixels) are different.
43 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setScriptEditorWidths(50)`,
44 | );
> 45 | await expect(page).toHaveScreenshot('scratch-pad.png', {
| ^
46 | scale: 'device',
47 | });
48 | });
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:45:22
|
|
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad:
tests/screenshots.spec.ts#L45
2) [chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2335 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/scratch-pad-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry1/scratch-pad-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd-retry1/scratch-pad-diff.png
Call log:
- expect.toHaveScreenshot(scratch-pad.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2335 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2335 pixels (ratio 0.01 of all image pixels) are different.
43 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setScriptEditorWidths(50)`,
44 | );
> 45 | await expect(page).toHaveScreenshot('scratch-pad.png', {
| ^
46 | scale: 'device',
47 | });
48 | });
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:45:22
|
|
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad:
tests/screenshots.spec.ts#L45
2) [chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ───────────────────
Error: Screenshot comparison failed:
2335 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/scratch-pad-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd/scratch-pad-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-scratch-pad-chromium-hd/scratch-pad-diff.png
Call log:
- expect.toHaveScreenshot(scratch-pad.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2335 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2335 pixels (ratio 0.01 of all image pixels) are different.
43 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setScriptEditorWidths(50)`,
44 | );
> 45 | await expect(page).toHaveScreenshot('scratch-pad.png', {
| ^
46 | scale: 'device',
47 | });
48 | });
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:45:22
|
|
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault:
tests/screenshots.spec.ts#L9
1) [chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
34 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/template-settings-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry2/template-settings-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry2/template-settings-diff.png
Call log:
- expect.toHaveScreenshot(template-settings.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 34 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 34 pixels (ratio 0.01 of all image pixels) are different.
7 | })
8 | .click();
> 9 | await expect(page).toHaveScreenshot('template-settings.png', {
| ^
10 | scale: 'device',
11 | });
12 | await expect(page.locator('h1 .title')).toHaveText(
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:9:22
|
|
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault:
tests/screenshots.spec.ts#L9
1) [chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
34 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/template-settings-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry1/template-settings-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd-retry1/template-settings-diff.png
Call log:
- expect.toHaveScreenshot(template-settings.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 34 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 34 pixels (ratio 0.01 of all image pixels) are different.
7 | })
8 | .click();
> 9 | await expect(page).toHaveScreenshot('template-settings.png', {
| ^
10 | scale: 'device',
11 | });
12 | await expect(page.locator('h1 .title')).toHaveText(
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:9:22
|
|
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault:
tests/screenshots.spec.ts#L9
1) [chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ──────────────
Error: Screenshot comparison failed:
34 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts-snapshots/template-settings-chromium-hd-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd/template-settings-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/screenshots-product-screenshots-recoverable-vault-chromium-hd/template-settings-diff.png
Call log:
- expect.toHaveScreenshot(template-settings.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 34 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 34 pixels (ratio 0.01 of all image pixels) are different.
7 | })
8 | .click();
> 9 | await expect(page).toHaveScreenshot('template-settings.png', {
| ^
10 | scale: 'device',
11 | });
12 | await expect(page.locator('h1 .title')).toHaveText(
at /__w/bitauth-ide/bitauth-ide/tests/screenshots.spec.ts:9:22
|
|
[webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
4) [webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ────────────────────────
Error: Screenshot comparison failed:
20277 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-webkit/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-webkit/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 20277 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 20277 pixels (ratio 0.03 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
3) [webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
3) [webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
3) [webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
2) [webkit] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
699 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry2/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry2/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 699 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 699 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
2) [webkit] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
699 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry1/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry1/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 699 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 699 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
2) [webkit] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
Error: Screenshot comparison failed:
699 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 699 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 699 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[webkit] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
1) [webkit] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry2/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry2/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1228 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1228 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[webkit] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
1) [webkit] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry1/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry1/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1228 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1228 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[webkit] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
1) [webkit] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
Error: Screenshot comparison failed:
1228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1228 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1228 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts:
tests/editor.spec.ts#L35
4) [webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ────────────────────────
Error: Screenshot comparison failed:
20277 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-webkit/displays-evaluation-of-tested-scripts-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-displays-evaluation-of-tested-scripts-webkit/displays-evaluation-of-tested-scripts-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 20277 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 20277 pixels (ratio 0.03 of all image pixels) are different.
33 | await loadTemplate(page, 'tests/fixtures/state-merkle-trees.json');
34 | await page.getByRole('button', { name: 'Empty Leaf', exact: true }).click();
> 35 | await expect(page).toHaveScreenshot();
| ^
36 | await page.getByRole('button', { name: 'Filled Leaf', exact: true }).click();
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:35:22
|
|
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
3) [webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
3) [webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script:
tests/editor.spec.ts#L25
3) [webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Unlock', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Unlock', exact: true })
23 | await expect(
24 | page.getByRole('heading', { name: 'Unlock', exact: true }),
> 25 | ).toBeVisible();
| ^
26 | await expect(
27 | page.getByText('Unlocking bytecode may contain only push operations.'),
28 | ).toBeVisible();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:25:5
|
|
[webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
2) [webkit] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
699 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry2/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry2/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 699 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 699 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
2) [webkit] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
699 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry1/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit-retry1/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 699 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 699 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[webkit] › editor.spec.ts:3:5 › renders spacers as expected:
tests/editor.spec.ts#L13
2) [webkit] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
Error: Screenshot comparison failed:
699 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/renders-spacers-as-expected-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit/renders-spacers-as-expected-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-renders-spacers-as-expected-webkit/renders-spacers-as-expected-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 699 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 699 pixels (ratio 0.01 of all image pixels) are different.
11 | `window._IDE_E2E_TESTING_VIEW_CONFIG.setFrames2SplitHeight(10)`,
12 | );
> 13 | await expect(page).toHaveScreenshot();
| ^
14 | await page.getByRole('button', { name: 'False' }).click();
15 | await expect(page).toHaveScreenshot();
16 | });
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:13:22
|
|
[webkit] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
1) [webkit] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry2/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry2/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1228 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1228 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[webkit] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
1) [webkit] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry1/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit-retry1/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1228 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1228 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
[webkit] › autosave.spec.ts:3:5 › autosaves after every action:
tests/autosave.spec.ts#L49
1) [webkit] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
Error: Screenshot comparison failed:
1228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts-snapshots/autosaves-after-every-action-1-webkit-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit/autosaves-after-every-action-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/autosave-autosaves-after-every-action-webkit/autosaves-after-every-action-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1228 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1228 pixels (ratio 0.01 of all image pixels) are different.
47 | await expect(page.locator('.detected-link').first()).toBeVisible();
48 | await page.getByText('Paste a template below to import.').click();
> 49 | await expect(page).toHaveScreenshot();
| ^
50 | await page.getByRole('button', { name: 'Import Template' }).click();
51 | await expect(page.locator('h1 .title')).toHaveText('Untitled');
52 | await page.getByRole('button', { name: 'Scratch Pad' }).click();
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:49:22
|
|
lint
Unable to clean or reset the repository. The repository will be recreated instead.
|
|
Slow Test:
[chromium] › routing.spec.ts#L0
[chromium] › routing.spec.ts took 21.0s
|
|
Slow Test:
[mobile-webkit] › routing.spec.ts#L0
[mobile-webkit] › routing.spec.ts took 41.8s
|
|
Slow Test:
[firefox] › routing.spec.ts#L0
[firefox] › routing.spec.ts took 35.0s
|
|
Slow Test:
[webkit] › routing.spec.ts#L0
[webkit] › routing.spec.ts took 25.6s
|
|
Slow Test:
[mobile-webkit] › routing.spec.ts#L0
[mobile-webkit] › routing.spec.ts took 27.9s
|
|
Slow Test:
[webkit] › routing.spec.ts#L0
[webkit] › routing.spec.ts took 41.6s
|
|
Slow Test:
[chromium] › routing.spec.ts#L0
[chromium] › routing.spec.ts took 35.5s
|
|
Slow Test:
[firefox] › routing.spec.ts#L0
[firefox] › routing.spec.ts took 1.0m
|
|
merge-reports
The process '/usr/bin/git' failed with exit code 128
|
|
🎭 Playwright Run Summary
9 failed
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ───────────
[chromium] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
[chromium] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
[chromium] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
[chromium] › welcome.spec.ts:21:16 › loads the welcome screen and guide ────────────────────────
[chromium] › welcome.spec.ts:59:5 › loads the single signature template ────────────────────────
[chromium] › welcome.spec.ts:89:5 › loads the multisig template ────────────────────────────────
[chromium] › welcome.spec.ts:109:5 › loads the recoverable vault template ──────────────────────
[chromium] › welcome.spec.ts:130:5 › loads the scratch pad template ────────────────────────────
13 passed (3.3m)
|
|
🎭 Playwright Run Summary
9 failed
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ─────────
[mobile-webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ───────────────────
[mobile-webkit] › welcome.spec.ts:59:5 › loads the single signature template ───────────────────
[mobile-webkit] › welcome.spec.ts:89:5 › loads the multisig template ───────────────────────────
[mobile-webkit] › welcome.spec.ts:109:5 › loads the recoverable vault template ─────────────────
[mobile-webkit] › welcome.spec.ts:130:5 › loads the scratch pad template ───────────────────────
[mobile-webkit] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────
12 passed (4.1m)
|
|
🎭 Playwright Run Summary
9 failed
[firefox] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
[firefox] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
[firefox] › welcome.spec.ts:21:16 › loads the welcome screen and guide ─────────────────────────
[firefox] › welcome.spec.ts:59:5 › loads the single signature template ─────────────────────────
[firefox] › welcome.spec.ts:89:5 › loads the multisig template ─────────────────────────────────
[firefox] › welcome.spec.ts:109:5 › loads the recoverable vault template ───────────────────────
[firefox] › welcome.spec.ts:130:5 › loads the scratch pad template ─────────────────────────────
[firefox] › welcome.spec.ts:145:5 › can import a template ──────────────────────────────────────
13 passed (4.0m)
|
|
🎭 Playwright Run Summary
10 failed
[webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────────────
[webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────────────
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────────────
[webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ──────────────────────────
[webkit] › welcome.spec.ts:59:5 › loads the single signature template ──────────────────────────
[webkit] › welcome.spec.ts:89:5 › loads the multisig template ──────────────────────────────────
[webkit] › welcome.spec.ts:109:5 › loads the recoverable vault template ────────────────────────
[webkit] › welcome.spec.ts:130:5 › loads the scratch pad template ──────────────────────────────
[webkit] › welcome.spec.ts:145:5 › can import a template ───────────────────────────────────────
[mobile-webkit] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────
12 passed (4.1m)
|
|
🎭 Playwright Run Summary
9 failed
[mobile-webkit] › template-settings.spec.ts:5:5 › can modify template settings ─────────────────
[mobile-webkit] › template-settings.spec.ts:46:5 › can reset template ──────────────────────────
[mobile-webkit] › template-settings.spec.ts:72:5 › can download and re-import template ─────────
[mobile-webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ───────────────────
[mobile-webkit] › welcome.spec.ts:59:5 › loads the single signature template ───────────────────
[mobile-webkit] › welcome.spec.ts:89:5 › loads the multisig template ───────────────────────────
[mobile-webkit] › welcome.spec.ts:109:5 › loads the recoverable vault template ─────────────────
[mobile-webkit] › welcome.spec.ts:130:5 › loads the scratch pad template ───────────────────────
[mobile-webkit] › welcome.spec.ts:145:5 › can import a template ────────────────────────────────
12 passed (3.5m)
|
|
🎭 Playwright Run Summary
10 failed
[webkit] › template-settings.spec.ts:5:5 › can modify template settings ────────────────────────
[webkit] › template-settings.spec.ts:46:5 › can reset template ─────────────────────────────────
[webkit] › template-settings.spec.ts:72:5 › can download and re-import template ────────────────
[webkit] › welcome.spec.ts:21:16 › loads the welcome screen and guide ──────────────────────────
[webkit] › welcome.spec.ts:59:5 › loads the single signature template ──────────────────────────
[webkit] › welcome.spec.ts:89:5 › loads the multisig template ──────────────────────────────────
[webkit] › welcome.spec.ts:109:5 › loads the recoverable vault template ────────────────────────
[webkit] › welcome.spec.ts:130:5 › loads the scratch pad template ──────────────────────────────
[webkit] › welcome.spec.ts:145:5 › can import a template ───────────────────────────────────────
[mobile-webkit] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────
12 passed (4.9m)
|
|
🎭 Playwright Run Summary
12 failed
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ─────────────────────────────
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────
[mobile-webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[mobile-webkit] › editor.spec.ts:77:5 › renders loops as expected ──────────────────────────────
[mobile-webkit] › entity-settings.spec.ts:3:5 › renders entity settings ────────────────────────
[mobile-webkit] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ──
[mobile-webkit] › entity-settings.spec.ts:98:5 › can switch between entities ───────────────────
[mobile-webkit] › import-export.spec.ts:3:5 › import template from file ────────────────────────
[mobile-webkit] › import-export.spec.ts:21:5 › shows JSON errors ───────────────────────────────
[mobile-webkit] › notifier.spec.ts:3:5 › displays update notifier, can delay update ────────────
[mobile-webkit] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────
9 passed (7.0m)
|
|
🎭 Playwright Run Summary
9 failed
[chromium] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ───────────
[chromium] › template-settings.spec.ts:5:5 › can modify template settings ──────────────────────
[chromium] › template-settings.spec.ts:46:5 › can reset template ───────────────────────────────
[chromium] › template-settings.spec.ts:72:5 › can download and re-import template ──────────────
[chromium] › welcome.spec.ts:21:16 › loads the welcome screen and guide ────────────────────────
[chromium] › welcome.spec.ts:59:5 › loads the single signature template ────────────────────────
[chromium] › welcome.spec.ts:89:5 › loads the multisig template ────────────────────────────────
[chromium] › welcome.spec.ts:109:5 › loads the recoverable vault template ──────────────────────
[chromium] › welcome.spec.ts:130:5 › loads the scratch pad template ────────────────────────────
13 passed (3.5m)
|
|
🎭 Playwright Run Summary
14 failed
[chromium] › welcome.spec.ts:145:5 › can import a template ─────────────────────────────────────
[firefox] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
[firefox] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
[firefox] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[firefox] › editor.spec.ts:32:5 › displays evaluation of tested scripts ────────────────────────
[firefox] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[firefox] › editor.spec.ts:77:5 › renders loops as expected ────────────────────────────────────
[firefox] › entity-settings.spec.ts:3:5 › renders entity settings ──────────────────────────────
[firefox] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ────────
[firefox] › entity-settings.spec.ts:98:5 › can switch between entities ─────────────────────────
[firefox] › import-export.spec.ts:3:5 › import template from file ──────────────────────────────
[firefox] › import-export.spec.ts:21:5 › shows JSON errors ─────────────────────────────────────
[firefox] › notifier.spec.ts:3:5 › displays update notifier, can delay update ──────────────────
[firefox] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ────────────
8 passed (6.9m)
|
|
🎭 Playwright Run Summary
12 failed
[mobile-webkit] › editor.spec.ts:3:5 › renders spacers as expected ─────────────────────────────
[mobile-webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[mobile-webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────
[mobile-webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[mobile-webkit] › editor.spec.ts:77:5 › renders loops as expected ──────────────────────────────
[mobile-webkit] › entity-settings.spec.ts:3:5 › renders entity settings ────────────────────────
[mobile-webkit] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ──
[mobile-webkit] › entity-settings.spec.ts:98:5 › can switch between entities ───────────────────
[mobile-webkit] › import-export.spec.ts:3:5 › import template from file ────────────────────────
[mobile-webkit] › import-export.spec.ts:21:5 › shows JSON errors ───────────────────────────────
[mobile-webkit] › notifier.spec.ts:3:5 › displays update notifier, can delay update ────────────
[mobile-webkit] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ──────
9 passed (8.1m)
|
|
🎭 Playwright Run Summary
9 failed
[firefox] › template-settings.spec.ts:5:5 › can modify template settings ───────────────────────
[firefox] › template-settings.spec.ts:46:5 › can reset template ────────────────────────────────
[firefox] › template-settings.spec.ts:72:5 › can download and re-import template ───────────────
[firefox] › welcome.spec.ts:21:16 › loads the welcome screen and guide ─────────────────────────
[firefox] › welcome.spec.ts:59:5 › loads the single signature template ─────────────────────────
[firefox] › welcome.spec.ts:89:5 › loads the multisig template ─────────────────────────────────
[firefox] › welcome.spec.ts:109:5 › loads the recoverable vault template ───────────────────────
[firefox] › welcome.spec.ts:130:5 › loads the scratch pad template ─────────────────────────────
[firefox] › welcome.spec.ts:145:5 › can import a template ──────────────────────────────────────
13 passed (5.0m)
|
|
🎭 Playwright Run Summary
14 failed
[chromium] › welcome.spec.ts:145:5 › can import a template ─────────────────────────────────────
[firefox] › autosave.spec.ts:3:5 › autosaves after every action ────────────────────────────────
[firefox] › editor.spec.ts:3:5 › renders spacers as expected ───────────────────────────────────
[firefox] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[firefox] › editor.spec.ts:32:5 › displays evaluation of tested scripts ────────────────────────
[firefox] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[firefox] › editor.spec.ts:77:5 › renders loops as expected ────────────────────────────────────
[firefox] › entity-settings.spec.ts:3:5 › renders entity settings ──────────────────────────────
[firefox] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ────────
[firefox] › entity-settings.spec.ts:98:5 › can switch between entities ─────────────────────────
[firefox] › import-export.spec.ts:3:5 › import template from file ──────────────────────────────
[firefox] › import-export.spec.ts:21:5 › shows JSON errors ─────────────────────────────────────
[firefox] › notifier.spec.ts:3:5 › displays update notifier, can delay update ──────────────────
[firefox] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ────────────
8 passed (8.9m)
|
|
🎭 Playwright Run Summary
14 failed
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ───────────────
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ────────────────────
[chromium] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
[chromium] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
[chromium] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ───────────────────────
[chromium] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[chromium] › editor.spec.ts:77:5 › renders loops as expected ───────────────────────────────────
[chromium] › entity-settings.spec.ts:3:5 › renders entity settings ─────────────────────────────
[chromium] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ───────
[chromium] › entity-settings.spec.ts:98:5 › can switch between entities ────────────────────────
[chromium] › import-export.spec.ts:3:5 › import template from file ─────────────────────────────
[chromium] › import-export.spec.ts:21:5 › shows JSON errors ────────────────────────────────────
[chromium] › notifier.spec.ts:3:5 › displays update notifier, can delay update ─────────────────
8 passed (6.8m)
|
|
🎭 Playwright Run Summary
14 failed
[chromium-hd] › screenshots.spec.ts:3:5 › product screenshots: recoverable vault ───────────────
[chromium-hd] › screenshots.spec.ts:33:5 › product screenshots: scratch pad ────────────────────
[chromium] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
[chromium] › editor.spec.ts:3:5 › renders spacers as expected ──────────────────────────────────
[chromium] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ───────────────────────
[chromium] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[chromium] › editor.spec.ts:77:5 › renders loops as expected ───────────────────────────────────
[chromium] › entity-settings.spec.ts:3:5 › renders entity settings ─────────────────────────────
[chromium] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ───────
[chromium] › entity-settings.spec.ts:98:5 › can switch between entities ────────────────────────
[chromium] › import-export.spec.ts:3:5 › import template from file ─────────────────────────────
[chromium] › import-export.spec.ts:21:5 › shows JSON errors ────────────────────────────────────
[chromium] › notifier.spec.ts:3:5 › displays update notifier, can delay update ─────────────────
8 passed (6.6m)
|
|
🎭 Playwright Run Summary
13 failed
[webkit] › autosave.spec.ts:3:5 › autosaves after every action ─────────────────────────────────
[webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────────────
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────────────
[webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[webkit] › editor.spec.ts:77:5 › renders loops as expected ─────────────────────────────────────
[webkit] › entity-settings.spec.ts:3:5 › renders entity settings ───────────────────────────────
[webkit] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ─────────
[webkit] › entity-settings.spec.ts:98:5 › can switch between entities ──────────────────────────
[webkit] › import-export.spec.ts:3:5 › import template from file ───────────────────────────────
[webkit] › import-export.spec.ts:21:5 › shows JSON errors ──────────────────────────────────────
[webkit] › notifier.spec.ts:3:5 › displays update notifier, can delay update ───────────────────
[webkit] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ─────────────
9 passed (7.5m)
|
|
🎭 Playwright Run Summary
13 failed
[webkit] › autosave.spec.ts:3:5 › autosaves after every action ─────────────────────────────────
[webkit] › editor.spec.ts:3:5 › renders spacers as expected ────────────────────────────────────
[webkit] › editor.spec.ts:18:5 › renders error as expected for a non-push opcode in unlocking script
[webkit] › editor.spec.ts:32:5 › displays evaluation of tested scripts ─────────────────────────
[webkit] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
[webkit] › editor.spec.ts:77:5 › renders loops as expected ─────────────────────────────────────
[webkit] › entity-settings.spec.ts:3:5 › renders entity settings ───────────────────────────────
[webkit] › entity-settings.spec.ts:30:5 › allows single entity deletion and recreation ─────────
[webkit] › entity-settings.spec.ts:98:5 › can switch between entities ──────────────────────────
[webkit] › import-export.spec.ts:3:5 › import template from file ───────────────────────────────
[webkit] › import-export.spec.ts:21:5 › shows JSON errors ──────────────────────────────────────
[webkit] › notifier.spec.ts:3:5 › displays update notifier, can delay update ───────────────────
[webkit] › notifier.spec.ts:38:5 › displays telemetry consent request, can decline ─────────────
9 passed (8.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-dev-1
Expired
|
90.2 MB |
sha256:a8588034612f74327aa70689d4389b49fc7e09344aeaed00e795458312d39778
|
|
|
blob-report-dev-2
Expired
|
30.8 MB |
sha256:cda1bf08d8748a427eccf534826afef3a74b5a3ce941b426f40f57419b503b52
|
|
|
blob-report-dev-3
Expired
|
73.9 MB |
sha256:d1982113370fefef2561ec1e8051dff808e5ab008e02a88e60815c282ed428c2
|
|
|
blob-report-dev-4
Expired
|
33.4 MB |
sha256:959ff67b507066296aadbd1b7608c020edf9f2d232ee9e0c00a52e580febb7ae
|
|
|
blob-report-dev-5
Expired
|
92.5 MB |
sha256:1f0b35608bf75cbde448dcbd8e510dfd49352eb9e4852b58c8f036391f20d0b9
|
|
|
blob-report-dev-6
Expired
|
49.2 MB |
sha256:b88d5765fb6a86ff6a4ca9ad383de25d33a6cda883a3ac24f25bdaf8a2efac92
|
|
|
blob-report-dev-7
Expired
|
91.5 MB |
sha256:70c9b230050951d0b0a436ed956a78c234029eb88d727bf996eb6f6ecdbfa7a5
|
|
|
blob-report-dev-8
Expired
|
43 MB |
sha256:25d30a0e2195652258298a4f762b9048560f85a268f21bbe1ff4b074f78af00e
|
|
|
blob-report-prod-1
Expired
|
213 MB |
sha256:39b0a924812e4d0ad6bfea913238ea16a0b28f024acd4c62c37fd6f5f07e4591
|
|
|
blob-report-prod-2
Expired
|
93.5 MB |
sha256:f97fa2f0d829f53e3f411d81a12d93b1c8cdd1d080a02843300efcf27ff13735
|
|
|
blob-report-prod-3
Expired
|
64.6 MB |
sha256:0dcd3ba3dfa70f28fcce51345e9d52840da23f3e5815ef664d93e21761835e13
|
|
|
blob-report-prod-4
Expired
|
29.5 MB |
sha256:238347ea8cbd17569c6322b962140d4acda1d5d6a33467879d8d52f179db2423
|
|
|
blob-report-prod-5
Expired
|
62.2 MB |
sha256:4e7d63dcd8a4ff0f0ab96d540ef4f43d5b95de6ab459ee2a56479d78ace086ab
|
|
|
blob-report-prod-6
Expired
|
34.6 MB |
sha256:45a06b88dd927f7b23470523076350dc05f3047e73c97389757746a1da6d7cf1
|
|
|
blob-report-prod-7
Expired
|
62.4 MB |
sha256:35249a8d2177bc66f1af1418bf88e68cbf2d880b69f141d57fc596f6572d630f
|
|
|
blob-report-prod-8
Expired
|
31.5 MB |
sha256:3c590b28f57911e5a83f166d516056717f7b84afc739ea1dc6cce89ec5d3f828
|
|
|
html-report-dev--run-1
Expired
|
477 MB |
sha256:a64c522fecaa40a323a3cf4b6232ec4f5d05fb955b5aeb797936287f12e7b5e5
|
|
|
html-report-prod--run-1
Expired
|
563 MB |
sha256:a8056a297283336e993ce002e29f34b1e61efe713a64aa422a818792bd8bd491
|
|