Skip to content

Update to libauth v3.1.0-next.5 #107

Update to libauth v3.1.0-next.5

Update to libauth v3.1.0-next.5 #107

Triggered via push May 28, 2025 05:18
Status Failure
Total duration 15m 27s
Artifacts 18

ci.yml

on: push
Matrix: e2e-tests
Fit to window
Zoom out
Zoom in

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
[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
[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
[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
[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
[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
[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 - 2272 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 - 1610 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 - 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
[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 - 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
[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
[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
[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
[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
[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 - 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] › 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
lint
Unable to prepare the existing repository. The repository will be recreated instead.
Slow Test: [chromium] › routing.spec.ts#L0
[chromium] › routing.spec.ts took 35.8s
Slow Test: [chromium] › routing.spec.ts#L0
[chromium] › routing.spec.ts took 23.7s
Slow Test: [mobile-webkit] › routing.spec.ts#L0
[mobile-webkit] › routing.spec.ts took 41.7s
Slow Test: [mobile-webkit] › routing.spec.ts#L0
[mobile-webkit] › routing.spec.ts took 27.7s
Slow Test: [webkit] › routing.spec.ts#L0
[webkit] › routing.spec.ts took 26.8s
Slow Test: [firefox] › routing.spec.ts#L0
[firefox] › routing.spec.ts took 36.3s
Slow Test: [webkit] › routing.spec.ts#L0
[webkit] › routing.spec.ts took 40.4s
Slow Test: [firefox] › routing.spec.ts#L0
[firefox] › routing.spec.ts took 1.1m
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.6m)
🎭 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.4m)
🎭 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 [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 ──────────────────────────────── 1 flaky [mobile-webkit] › welcome.spec.ts:3:5 › logs welcome message to console, indicates development/production mode 11 passed (4.1m)
🎭 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.2m)
🎭 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.1m)
🎭 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.8m)
🎭 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.1m)
🎭 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 (7.1m)
🎭 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
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 (6.9m)
🎭 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
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
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.6m)
🎭 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)

Artifacts

Produced during runtime
Name Size Digest
blob-report-dev-1 Expired
90.3 MB
sha256:d3a3e7568dda13c397cb8e6cb0666f242c3aea91c66ea0d03fdc15ce19328917
blob-report-dev-2 Expired
30.9 MB
sha256:c47f8c50b18d67685ef18ac74a1406c21cf5689beff1f3b545dadef647b83493
blob-report-dev-3 Expired
74.5 MB
sha256:f2063a896c8fc88fce08d0c261a7518d05f03bc76f8f056d3f874a843adb615f
blob-report-dev-4 Expired
33.5 MB
sha256:2d512276e665ced59bb8af06c48cb91147934ff8aac37819656beb19ab9324cb
blob-report-dev-5 Expired
92.4 MB
sha256:6eed4d26833c6ec872cb77f18ef272e43956b884c73034857fe043bfe9e44b1e
blob-report-dev-6 Expired
49 MB
sha256:f826ac57a145648f5121d9a6efa324b8d6a00ab2219acb72831664703e4277e4
blob-report-dev-7 Expired
89.5 MB
sha256:ae26f335bb31da96465454c56c87f9284ec94cdea54964552d147fde5aad4c58
blob-report-dev-8 Expired
42.2 MB
sha256:88b0c4212b43d948d8a871597443b04197c9a6bc3abf02fff1f5ea9337e61bc5
blob-report-prod-1 Expired
213 MB
sha256:ebc75a0b6a4964ae5ee5f4312c1f1174b96b467a60aee285c0346c91bc936d3c
blob-report-prod-2 Expired
93.8 MB
sha256:9d97493499cd7eae396945af02bb19a4cc7396dd1bda2c16882bbd681a371791
blob-report-prod-3 Expired
63.7 MB
sha256:d1ad3ff91f048e9f0159b0610dcfff416cd2ce9afd7dfb0dfd8f14f2f30ce61b
blob-report-prod-4 Expired
29.9 MB
sha256:e3013601771a9b30a59c1b9ec553d535c23be809243abbf1defb0874eb660322
blob-report-prod-5 Expired
61.6 MB
sha256:0fb69c12212d56ddfb697f9a932cb5851ac94bc7e7b2bfcb74cf814a386f71f2
blob-report-prod-6 Expired
35 MB
sha256:11b7e96bf598d4fd57ddeeac143b054f70d923458c192b41698ed66f918cd7cc
blob-report-prod-7 Expired
62.7 MB
sha256:7cccc5945027b8fd710495ab9fbd9e5f09898df39c73881bc2f7ed5188b7cd8c
blob-report-prod-8 Expired
32.2 MB
sha256:237621f67d60ad8a09f47d05c52fa8b5068cfdf6506631c9397ac14dbf19c781
html-report-dev--run-1 Expired
475 MB
sha256:baba4b007eb27c584ac5c151ec3fc01c735bb7711bcc152e5099897fe3448430
html-report-prod--run-1 Expired
564 MB
sha256:521f6f4c6cda2969e7c469add87a128d62241eca8df0b61e9b151ab83497223d