configure ruff in project to format Python code #4816
Annotations
3 errors and 1 notice
|
tests/integration/playwright/tests/html-tabsets.spec.ts#L6
1) [chromium] › html-tabsets.spec.ts:3:5 › Jupyter - Creates working tabsets from for loops ──────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: getByRole('tab', { name: 'tab1 inside for loop:' })
Expected pattern: /active/
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for getByRole('tab', { name: 'tab1 inside for loop:' })
4 | await page.goto('/html/tabsets/jupyter-tabsets.html');
5 | const tab1 = page.getByRole('tab', { name: 'tab1 inside for loop:' });
> 6 | await expect(tab1).toHaveClass(/active/);
| ^
7 | const tabContent = page.locator('div.tab-content')
8 | await expect(tabContent).toBeVisible();
9 | const tab1Content = tabContent.locator('div.tab-pane').first();
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-tabsets.spec.ts:6:22
|
|
playwright-tests.test.ts#L1
Some tests failed. Download report uploaded as artifact at https://github.com/quarto-dev/quarto-cli/actions/runs/14249106790
|
|
|
|
3 failed
[chromium] › html-tabsets.spec.ts:3:5 › Jupyter - Creates working tabsets from for loops ───────
[firefox] › html-tabsets.spec.ts:3:5 › Jupyter - Creates working tabsets from for loops ────────
[webkit] › html-tabsets.spec.ts:3:5 › Jupyter - Creates working tabsets from for loops ─────────
150 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading