Stage does not support Sepolia and Goerli OP tests now #66
Annotations
10 errors and 1 notice
[all] › __tests__/goerli_eth.test.ts:24:11 › ETH pool › Deposit WETH:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L104
1) [all] › __tests__/goerli_eth.test.ts:24:11 › ETH pool › Deposit WETH ──────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-weth-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104
102 |
103 | async SelectETHGoerli():Promise<void> {
> 104 | await this.locator('//button[@data-ga-id="pool-weth-goerli"]').click();
| ^
105 | await this.sleep(TIMEOUTS.medium);
106 | }
107 |
at OperationsWithTokenPages.SelectETHGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:27:35
|
[all] › __tests__/goerli_eth.test.ts:24:11 › ETH pool › Deposit WETH:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L104
1) [all] › __tests__/goerli_eth.test.ts:24:11 › ETH pool › Deposit WETH ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-weth-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104
102 |
103 | async SelectETHGoerli():Promise<void> {
> 104 | await this.locator('//button[@data-ga-id="pool-weth-goerli"]').click();
| ^
105 | await this.sleep(TIMEOUTS.medium);
106 | }
107 |
at OperationsWithTokenPages.SelectETHGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:27:35
|
[all] › __tests__/goerli_eth.test.ts:34:11 › ETH pool › Transfer ETH:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L104
2) [all] › __tests__/goerli_eth.test.ts:34:11 › ETH pool › Transfer ETH ──────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-weth-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104
102 |
103 | async SelectETHGoerli():Promise<void> {
> 104 | await this.locator('//button[@data-ga-id="pool-weth-goerli"]').click();
| ^
105 | await this.sleep(TIMEOUTS.medium);
106 | }
107 |
at OperationsWithTokenPages.SelectETHGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:37:35
|
[all] › __tests__/goerli_eth.test.ts:34:11 › ETH pool › Transfer ETH:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L104
2) [all] › __tests__/goerli_eth.test.ts:34:11 › ETH pool › Transfer ETH ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-weth-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104
102 |
103 | async SelectETHGoerli():Promise<void> {
> 104 | await this.locator('//button[@data-ga-id="pool-weth-goerli"]').click();
| ^
105 | await this.sleep(TIMEOUTS.medium);
106 | }
107 |
at OperationsWithTokenPages.SelectETHGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:104:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:37:35
|
[all] › __tests__/goerli_eth.test.ts:45:11 › ETH pool › Withdraw ETH:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L52
3) [all] › __tests__/goerli_eth.test.ts:45:11 › ETH pool › Withdraw ETH ──────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-bob-sepolia"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:52
50 | else{
51 | await this.locator('//div[@id="root"]/div[3]/div[1]/div[2]/div[1]').click();
> 52 | await this.locator('//button[@data-ga-id="pool-bob-sepolia"]').click();
| ^
53 | }
54 | // await this.locator('//div[@id="root"]/div[3]/div[1]/div[2]/div[1]').click();
55 | // await this.locator('//button[@data-ga-id="pool-bob-sepolia"]').click();
at OperationsWithTokenPages.SelectBOBSepolia (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:52:72)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:48:9
|
[all] › __tests__/goerli_eth.test.ts:45:11 › ETH pool › Withdraw ETH:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L52
3) [all] › __tests__/goerli_eth.test.ts:45:11 › ETH pool › Withdraw ETH ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-bob-sepolia"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:52
50 | else{
51 | await this.locator('//div[@id="root"]/div[3]/div[1]/div[2]/div[1]').click();
> 52 | await this.locator('//button[@data-ga-id="pool-bob-sepolia"]').click();
| ^
53 | }
54 | // await this.locator('//div[@id="root"]/div[3]/div[1]/div[2]/div[1]').click();
55 | // await this.locator('//button[@data-ga-id="pool-bob-sepolia"]').click();
at OperationsWithTokenPages.SelectBOBSepolia (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:52:72)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:48:9
|
[all] › __tests__/goerli_eth.test.ts:59:13 › USDC pool › Deposit USDC:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L99
4) [all] › __tests__/goerli_eth.test.ts:59:13 › USDC pool › Deposit USDC ─────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-usdc-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99
97 |
98 | async SelectUSDCGoerli():Promise<void> {
> 99 | await this.locator('//button[@data-ga-id="pool-usdc-goerli"]').click();
| ^
100 | await this.sleep(TIMEOUTS.medium);
101 | }
102 |
at OperationsWithTokenPages.SelectUSDCGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:62:39
|
[all] › __tests__/goerli_eth.test.ts:59:13 › USDC pool › Deposit USDC:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L99
4) [all] › __tests__/goerli_eth.test.ts:59:13 › USDC pool › Deposit USDC ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-usdc-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99
97 |
98 | async SelectUSDCGoerli():Promise<void> {
> 99 | await this.locator('//button[@data-ga-id="pool-usdc-goerli"]').click();
| ^
100 | await this.sleep(TIMEOUTS.medium);
101 | }
102 |
at OperationsWithTokenPages.SelectUSDCGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:62:39
|
[all] › __tests__/goerli_eth.test.ts:68:13 › USDC pool › Transfer USDC:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L99
5) [all] › __tests__/goerli_eth.test.ts:68:13 › USDC pool › Transfer USDC ────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-usdc-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99
97 |
98 | async SelectUSDCGoerli():Promise<void> {
> 99 | await this.locator('//button[@data-ga-id="pool-usdc-goerli"]').click();
| ^
100 | await this.sleep(TIMEOUTS.medium);
101 | }
102 |
at OperationsWithTokenPages.SelectUSDCGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:71:39
|
[all] › __tests__/goerli_eth.test.ts:68:13 › USDC pool › Transfer USDC:
e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts#L99
5) [all] › __tests__/goerli_eth.test.ts:68:13 › USDC pool › Transfer USDC ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('//button[@data-ga-id="pool-usdc-goerli"]')
at pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99
97 |
98 | async SelectUSDCGoerli():Promise<void> {
> 99 | await this.locator('//button[@data-ga-id="pool-usdc-goerli"]').click();
| ^
100 | await this.sleep(TIMEOUTS.medium);
101 | }
102 |
at OperationsWithTokenPages.SelectUSDCGoerli (/home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/pages/PageObjects/OperationsWithToken/OperationsWithTokenElements.ts:99:70)
at /home/runner/work/zkbob-ui/zkbob-ui/e2e-ci-cd/__tests__/goerli_eth.test.ts:71:39
|
🎭 Playwright Run Summary
9 failed
[all] › __tests__/goerli_eth.test.ts:24:11 › ETH pool › Deposit WETH ───────────────────────────
[all] › __tests__/goerli_eth.test.ts:34:11 › ETH pool › Transfer ETH ───────────────────────────
[all] › __tests__/goerli_eth.test.ts:45:11 › ETH pool › Withdraw ETH ───────────────────────────
[all] › __tests__/goerli_eth.test.ts:59:13 › USDC pool › Deposit USDC ──────────────────────────
[all] › __tests__/goerli_eth.test.ts:68:13 › USDC pool › Transfer USDC ─────────────────────────
[all] › __tests__/goerli_eth.test.ts:79:13 › USDC pool › Withdraw USDC ─────────────────────────
[all] › __tests__/goerli_eth.test.ts:92:17 › USDM pool › Deposit USDM ──────────────────────────
[all] › __tests__/goerli_eth.test.ts:101:17 › USDM pool › Transfer USDM ────────────────────────
[all] › __tests__/goerli_eth.test.ts:112:17 › USDM pool › Withdraw USDM ────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report
Expired
|
127 MB |
|