Fix unicode normalization test, work around bigint logging issue #66
Annotations
6 errors, 1 warning, and 1 notice
Test production build:
tests/editor.spec.ts#L74
1) [firefox] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
Error: Screenshot comparison failed:
2605 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-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading-unicode-characters-shows-compilation-on-hover-firefox/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading-unicode-characters-shows-compilation-on-hover-firefox/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2605 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
- 2605 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 |
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:74:22
|
Test production build:
tests/editor.spec.ts#L74
1) [firefox] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2605 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-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading-unicode-characters-shows-compilation-on-hover-firefox-retry1/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading-unicode-characters-shows-compilation-on-hover-firefox-retry1/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2605 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
- 2605 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 |
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:74:22
|
Test production build:
tests/editor.spec.ts#L74
1) [firefox] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2605 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-firefox-linux.png
Received: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading-unicode-characters-shows-compilation-on-hover-firefox-retry2/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-actual.png
Diff: /__w/bitauth-ide/bitauth-ide/test-results/editor-ignores-misleading-unicode-characters-shows-compilation-on-hover-firefox-retry2/ignores-misleading-unicode-characters-shows-compilation-on-hover-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2605 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
- 2605 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 |
at /__w/bitauth-ide/bitauth-ide/tests/editor.spec.ts:74:22
|
Test production build:
tests/entity-settings.spec.ts#L1
2) [firefox] › entity-settings.spec.ts:82:5 › warns about duplicate entity IDs ───────────────────
Test timeout of 30000ms exceeded.
|
Test production build:
tests/test-utils.ts#L87
2) [firefox] › entity-settings.spec.ts:82:5 › warns about duplicate entity IDs ───────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Import Template' })
- locator resolved to <button disabled type="button" tabindex="-1" class="bp5-…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled - waiting...
at test-utils.ts:87
85 | const fileChooser = await fileChooserPromise;
86 | await fileChooser.setFiles(path);
> 87 | await page.getByRole('button', { name: 'Import Template' }).click();
| ^
88 | };
89 |
90 | /**
at loadTemplate (/__w/bitauth-ide/bitauth-ide/tests/test-utils.ts:87:63)
at /__w/bitauth-ide/bitauth-ide/tests/entity-settings.spec.ts:83: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
[firefox] › editor.spec.ts:64:5 › ignores misleading unicode characters, shows compilation on hover
1 flaky
[firefox] › entity-settings.spec.ts:82:5 › warns about duplicate entity IDs ────────────────────
19 passed (2.7m)
|
The logs for this run have expired and are no longer available.
Loading