Test ReefKnot #18
Annotations
3 errors, 3 warnings, and 1 notice
Run tests:
playwright-tests/tests/transactions/stake-tx.spec.ts#L77
1) [reef-knot] › transactions/stake-tx.spec.ts:34:11 › ReefKnot. Stake ETH transaction (metamask) › Stake 0.0003 ETH (Qase ID: 444) @connectedWallet @MetaMask › Check the new stETH balance
Error: The displayed stETH balance should be updated after transaction success
Timed out 30000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('statsBlock').getByTestId('stETH')
Expected string: "NaN"
Received string: "1.003361...stETH"
Call log:
- The displayed stETH balance should be updated after transaction success with timeout 30000ms
- waiting for getByTestId('statsBlock').getByTestId('stETH')
6 × locator resolved to <div data-testid="stETH" class="sc-2eff21e-4 bbXFjB">…</div>
- unexpected value "1.003061...stETH"
28 × locator resolved to <div data-testid="stETH" class="sc-2eff21e-4 bbXFjB">…</div>
- unexpected value "1.003361...stETH"
75 | reefKnotPage.statsBlock.stethBalance,
76 | 'The displayed stETH balance should be updated after transaction success',
> 77 | ).toContainText(newStEthBalance, { timeout: TIMEOUT.HIGH });
| ^
78 | });
79 | });
80 | },
at /home/runner/work/reef-knot/reef-knot/playwright-tests/tests/transactions/stake-tx.spec.ts:77:13
at /home/runner/work/reef-knot/reef-knot/playwright-tests/tests/transactions/stake-tx.spec.ts:73:20
|
Run tests:
playwright-tests/services/browser/browser.service.ts#L42
2) [reef-knot] › wallet-connection.spec.ts:33:11 › ReefKnot. Wallet connection (okx) › Connect wallet (Qase ID: 434) @connectedWallet @okx
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for getByText('DApps connection')
- locator resolved to <div class="_typography-text_1os1p_1 _typography-text-left_1os1p_8 _typography-text-sm_1os1p_29 _typography-text-default_1os1p_52">DApps connection</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../services/browser/browser.service.ts:42
40 | await this.setup(this.commonWalletConfig, this.standConfig);
41 | await this.walletPage.setupNetwork(REEF_KNOT_CONFIG.STAND_CONFIG);
> 42 | await this.walletPage.changeNetwork(
| ^
43 | REEF_KNOT_CONFIG.STAND_CONFIG.chainName,
44 | );
45 | await this.browserContextService.closePages();
at /home/runner/work/reef-knot/reef-knot/playwright-tests/node_modules/@lidofinance/wallets-testing-wallets/src/okx/pages/home.page.ts:42:53
at HomePage.switchNetworkForDApp (/home/runner/work/reef-knot/reef-knot/playwright-tests/node_modules/@lidofinance/wallets-testing-wallets/src/okx/pages/home.page.ts:40:5)
at /home/runner/work/reef-knot/reef-knot/playwright-tests/node_modules/@lidofinance/wallets-testing-wallets/src/okx/okx.page.ts:159:7
at OkxPage.changeNetwork (/home/runner/work/reef-knot/reef-knot/playwright-tests/node_modules/@lidofinance/wallets-testing-wallets/src/okx/okx.page.ts:150:5)
at BrowserService.initWalletSetup (/home/runner/work/reef-knot/reef-knot/playwright-tests/services/browser/browser.service.ts:42:5)
at /home/runner/work/reef-knot/reef-knot/playwright-tests/services/browser/browser-setup.service.ts:21:5
at /home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-connection.spec.ts:20:48
|
Run tests:
playwright-tests/tests/wallet-connection.spec.ts#L29
2) [reef-knot] › wallet-connection.spec.ts:33:11 › ReefKnot. Wallet connection (okx) › Connect wallet (Qase ID: 434) @connectedWallet @okx
TypeError: Cannot read properties of undefined (reading 'disconnectWalletForce')
27 |
28 | test.afterAll(async () => {
> 29 | await reefKnotService.disconnectWalletForce();
| ^
30 | await browserService.teardown();
31 | });
32 |
at /home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-connection.spec.ts:29:31
|
Run tests:
playwright-tests/[reef-knot] › transactions/wrap-tx.spec.ts#L1
playwright-tests/[reef-knot] › transactions/wrap-tx.spec.ts took 2.2m
|
Run tests:
playwright-tests/[reef-knot] › transactions/unwrap-tx.spec.ts#L1
playwright-tests/[reef-knot] › transactions/unwrap-tx.spec.ts took 1.0m
|
Run tests:
playwright-tests/[reef-knot] › matomo-event-connected-wallet.spec.ts#L1
playwright-tests/[reef-knot] › matomo-event-connected-wallet.spec.ts took 16.3s
|
Run tests
2 flaky
[reef-knot] › transactions/stake-tx.spec.ts:34:11 › ReefKnot. Stake ETH transaction (metamask) › Stake 0.0003 ETH (Qase ID: 444) @connectedWallet @MetaMask
[reef-knot] › wallet-connection.spec.ts:33:11 › ReefKnot. Wallet connection (okx) › Connect wallet (Qase ID: 434) @connectedWallet @okx
44 passed (14.6m)
|
Loading