Playwright test for ReefKnot #10
Annotations
3 errors, 3 warnings, and 1 notice
Run tests:
playwright-tests/tests/wallet-stats.spec.ts#L67
1) [reef-knot] › wallet-stats.spec.ts:56:11 › ReefKnot. Check statistic (metamask) › Check ETH balance (Qase ID: 437) @connectedWallet @MetaMask
Error: Expected the wallet ETH balance comply with ReefKnot stats block
Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('statsBlock').getByTestId('ETH')
Expected string: "2"
Received string: "1.999984...ETH"
Call log:
- Expected the wallet ETH balance comply with ReefKnot stats block with timeout 5000ms
- waiting for getByTestId('statsBlock').getByTestId('ETH')
9 × locator resolved to <div data-testid="ETH" class="sc-2eff21e-4 bbXFjB">…</div>
- unexpected value "1.999984...ETH"
65 | reefKnotPage.statsBlock.ethBalance,
66 | 'Expected the wallet ETH balance comply with ReefKnot stats block',
> 67 | ).toContainText(walletEthBalance);
| ^
68 | });
69 |
70 | test(qase(438, 'Check stETH balance'), async () => {
at /home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-stats.spec.ts:67:11
|
Run tests:
playwright-tests/tests/wallet-stats.spec.ts#L67
1) [reef-knot] › wallet-stats.spec.ts:56:11 › ReefKnot. Check statistic (metamask) › Check ETH balance (Qase ID: 437) @connectedWallet @MetaMask
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected the wallet ETH balance comply with ReefKnot stats block
Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('statsBlock').getByTestId('ETH')
Expected string: "2"
Received string: "1.999984...ETH"
Call log:
- Expected the wallet ETH balance comply with ReefKnot stats block with timeout 5000ms
- waiting for getByTestId('statsBlock').getByTestId('ETH')
9 × locator resolved to <div data-testid="ETH" class="sc-2eff21e-4 bbXFjB">…</div>
- unexpected value "1.999984...ETH"
65 | reefKnotPage.statsBlock.ethBalance,
66 | 'Expected the wallet ETH balance comply with ReefKnot stats block',
> 67 | ).toContainText(walletEthBalance);
| ^
68 | });
69 |
70 | test(qase(438, 'Check stETH balance'), async () => {
at /home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-stats.spec.ts:67:11
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests:
playwright-tests/[reef-knot] › wallet-connection.spec.ts#L1
playwright-tests/[reef-knot] › wallet-connection.spec.ts took 26.8s
|
Run tests:
playwright-tests/[reef-knot] › matomo-event-connected-wallet.spec.ts#L1
playwright-tests/[reef-knot] › matomo-event-connected-wallet.spec.ts took 26.0s
|
|
Loading