Fix unicode normalization test, work around bigint logging issue #67
Annotations
1 error, 1 warning, and 1 notice
Test production build:
tests/routing.spec.ts#L34
1) [mobile-webkit] › routing.spec.ts:22:5 › warns on invalid share links ─────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Choose a template to begin' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Choose a template to begin' })
32 | await expect(
33 | page.getByRole('heading', { name: 'Choose a template to begin' }),
> 34 | ).toBeVisible();
| ^
35 | });
36 |
37 | test('successfully imports fixtures/single_signature_p2pkh.share-link.json', async ({
at /__w/bitauth-ide/bitauth-ide/tests/routing.spec.ts:34:5
|
Post Checkout without submodules
The process '/usr/bin/git' failed with exit code 128
|
Test production build
1 flaky
[mobile-webkit] › routing.spec.ts:22:5 › warns on invalid share links ──────────────────────────
20 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading