Test widgets and wallets integration #2112
Annotations
1 error, 1 warning, and 1 notice
packages/wallets/src/okx/okx.page.ts#L148
1) ../../test/widgets/ethereum.spec.ts:71:7 › Ethereum › OKX connect =============================
page.waitForSelector: Timeout 120000ms exceeded.
=========================== logs ===========================
waiting for locator('button:has-text("Confirm")') to be visible
============================================================
at ../../../packages/wallets/src/okx/okx.page.ts:148
146 | async connectWallet(page: Page) {
147 | await test.step('Connect wallet', async () => {
> 148 | await page.waitForSelector('button:has-text("Confirm")');
| ^
149 | await page.waitForTimeout(10000);
150 | await page.getByRole('button', { name: 'Confirm' }).click();
151 | await page.close();
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/okx/okx.page.ts:148:18
at OkxPage.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/wallets/src/okx/okx.page.ts:147:16)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/src/ethereum/ethereum.page.ts:47:32
at EthereumPage.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/packages/widgets/src/ethereum/ethereum.page.ts:24:5)
at BrowserService.connectWallet (/home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/browser/browser.service.ts:129:7)
at /home/runner/work/wallets-testing-modules/wallets-testing-modules/wallets-testing/test/widgets/ethereum.spec.ts:73:5
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading