feat: add stacks multisig support, closes #3889 #3297
Annotations
2 errors and 1 notice
tests/specs/fund/fund.spec.ts#L14
1) [chromium] › specs/fund/fund.spec.ts:12:7 › Buy tokens test › should redirect to provider URL ─
TypeError: Cannot read properties of undefined (reading 'innerText')
12 | test('should redirect to provider URL', async ({ page }) => {
13 | const providerNames = await page.getByTestId(FundPageSelectors.FiatProviderName).all();
> 14 | const name = await providerNames[0].innerText();
| ^
15 |
16 | const providerItems = await page.getByTestId(FundPageSelectors.FiatProviderItem).all();
17 | await providerItems[0].click();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:14:41
|
eval at evaluate (:202:30)#L1
2) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:9 › Message signing › BIP-322 message signing › Signature approved
Error: page.evaluate: TypeError: Cannot read properties of undefined (reading 'request')
at eval (eval at evaluate (:202:30), <anonymous>:1:44)
at UtilityScript.evaluate (<anonymous>:204:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/extension/extension/eval at evaluate (:202:30), <anonymous>:1:44)
at UtilityScript.evaluate (/home/runner/work/extension/extension/<anonymous>:204:17)
at UtilityScript.<anonymous> (/home/runner/work/extension/extension/<anonymous>:1:44)
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:23:14
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:35:37
|
|
The logs for this run have expired and are no longer available.
Loading