feat(test): Playwright tests for action button functionality#7
Merged
Annotations
1 error and 1 notice
|
tests/click-action-button.test.ts#L14
1) [chromium] › tests/click-action-button.test.ts:3:1 › click action button ──────────────────────
TimeoutError: page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="side-container"]') to be visible
12 |
13 | try {
> 14 | await page.waitForSelector(sideContainerSelector, { timeout: 5000 })
| ^
15 | const isVisible = await page.isVisible(sideContainerSelector)
16 | expect(isVisible).toBeTruthy()
17 | }
at /home/runner/work/NativeMindExtension/NativeMindExtension/tests/click-action-button.test.ts:14:16
|
|
|
The logs for this run have expired and are no longer available.
Loading