Fix unicode normalization test, work around bigint logging issue #65
Annotations
8 errors, 1 warning, and 1 notice
Test production build:
tests/editor.spec.ts#L35
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-chromium-linux.png.
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
|
Test production build:
tests/editor.spec.ts#L35
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-chromium-linux.png.
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
|
Test production build:
tests/editor.spec.ts#L35
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-1-chromium-linux.png, writing actual.
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:3
|
Test production build:
tests/editor.spec.ts#L37
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-2-chromium-linux.png, writing actual.
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();
39 | await expect(page).toHaveScreenshot();
40 | await page
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:37:3
|
Test production build:
tests/editor.spec.ts#L39
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-3-chromium-linux.png, writing actual.
37 | await expect(page).toHaveScreenshot();
38 | await page.getByRole('button', { name: 'Left Sibling', exact: true }).click();
> 39 | await expect(page).toHaveScreenshot();
| ^
40 | await page
41 | .getByRole('button', { name: 'Right Sibling', exact: true })
42 | .click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:39:3
|
Test production build:
tests/editor.spec.ts#L43
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-4-chromium-linux.png, writing actual.
41 | .getByRole('button', { name: 'Right Sibling', exact: true })
42 | .click();
> 43 | await expect(page).toHaveScreenshot();
| ^
44 | await page
45 | .getByRole('button', { name: 'New Merkle Root', exact: true })
46 | .click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:43:3
|
Test production build:
tests/editor.spec.ts#L47
1) [chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts-snapshots/displays-evaluation-of-tested-scripts-5-chromium-linux.png, writing actual.
45 | .getByRole('button', { name: 'New Merkle Root', exact: true })
46 | .click();
> 47 | await expect(page).toHaveScreenshot();
| ^
48 | await page
49 | .getByRole('button', { name: 'Replace Empty Leaf', exact: true })
50 | .click();
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:47:3
|
Test production build
Process completed with exit code 1.
|
Post Checkout without submodules
The process '/usr/bin/git' failed with exit code 128
|
Test production build
1 failed
[chromium] › editor.spec.ts:32:5 › displays evaluation of tested scripts ───────────────────────
21 passed (2.0m)
|
The logs for this run have expired and are no longer available.
Loading