WEB-959: Prevent zero amount savings transactions #3600
Annotations
2 errors and 1 notice
|
Run Playwright tests:
playwright/pages/BasePage.ts#L85
1) [chromium] › playwright/tests/close-client.spec.ts:128:7 › Close Client Workflow › should keep the client active when cancel or browser back is used from the close flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitem', { name: 'Actions' }) to be visible
at ../pages/BasePage.ts:85
83 | */
84 | async waitForVisible(locator: Locator, timeout?: number): Promise<void> {
> 85 | await locator.waitFor({ state: 'visible', timeout });
| ^
86 | }
87 |
88 | /**
at ClientViewPage.waitForVisible (/home/runner/work/web-app/web-app/playwright/pages/BasePage.ts:85:19)
at ClientViewPage.openActionsMenu (/home/runner/work/web-app/web-app/playwright/pages/client-view.page.ts:109:16)
at ClientViewPage.openActionsSubmenu (/home/runner/work/web-app/web-app/playwright/pages/client-view.page.ts:116:5)
at ClientViewPage.chooseAction (/home/runner/work/web-app/web-app/playwright/pages/client-view.page.ts:125:5)
at /home/runner/work/web-app/web-app/playwright/tests/close-client.spec.ts:165:5
|
|
Run Playwright tests:
playwright/pages/BasePage.ts#L85
1) [chromium] › playwright/tests/close-client.spec.ts:128:7 › Close Client Workflow › should keep the client active when cancel or browser back is used from the close flow
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitem', { name: 'Actions' }) to be visible
at ../pages/BasePage.ts:85
83 | */
84 | async waitForVisible(locator: Locator, timeout?: number): Promise<void> {
> 85 | await locator.waitFor({ state: 'visible', timeout });
| ^
86 | }
87 |
88 | /**
at ClientViewPage.waitForVisible (/home/runner/work/web-app/web-app/playwright/pages/BasePage.ts:85:19)
at ClientViewPage.openActionsMenu (/home/runner/work/web-app/web-app/playwright/pages/client-view.page.ts:109:16)
at ClientViewPage.openActionsSubmenu (/home/runner/work/web-app/web-app/playwright/pages/client-view.page.ts:116:5)
at ClientViewPage.chooseAction (/home/runner/work/web-app/web-app/playwright/pages/client-view.page.ts:125:5)
at /home/runner/work/web-app/web-app/playwright/tests/close-client.spec.ts:165:5
|
|
Run Playwright tests
1 flaky
[chromium] › playwright/tests/close-client.spec.ts:128:7 › Close Client Workflow › should keep the client active when cancel or browser back is used from the close flow
25 passed (1.6m)
|
background
wait
wait-all
cancel
Loading