Fix unicode normalization test, work around bigint logging issue #65
Annotations
1 error, 1 warning, and 1 notice
Test development build:
tests/routing.spec.ts#L50
1) [webkit] › routing.spec.ts:37:5 › successfully imports fixtures/single_signature_p2pkh.share-link.json
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('h1 .title')
Expected string: "Single Signature (P2PKH)"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h1 .title')
48 | });
49 | await page.goto(`/import-template/${payload}`);
> 50 | await expect(page.locator('h1 .title')).toHaveText(
| ^
51 | 'Single Signature (P2PKH)',
52 | );
53 | expect(logs).toContain(`payload: ${payload}`);
at /__w/bitauth-ide/bitauth-ide/tests/routing.spec.ts:50:43
|
Post Checkout without submodules
The process '/usr/bin/git' failed with exit code 128
|
Test development build
1 flaky
[webkit] › routing.spec.ts:37:5 › successfully imports fixtures/single_signature_p2pkh.share-link.json
20 passed (1.8m)
|
The logs for this run have expired and are no longer available.
Loading