Smoke Tests #7197
Annotations
5 errors and 4 warnings
[chromium] › html-themes.spec.ts:42:5 › border color from default theme does not change (like disappearing):
tests/integration/playwright/src/utils.ts#L135
1) [chromium] › html-themes.spec.ts:42:5 › border color from default theme does not change (like disappearing)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('div.callout-note')
Expected string: "rgba(0, 0, 0, 0.1)"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('div.callout-note')
at ../src/utils.ts:135
133 | ? `rgba(${rgbColors.red}, ${rgbColors.green}, ${rgbColors.blue}, ${rgbColors.alpha})`
134 | : `rgb(${rgbColors.red}, ${rgbColors.green}, ${rgbColors.blue})`;
> 135 | await expect(element).toHaveCSS(cssProperty, colorString);
| ^
136 | }
137 |
138 | export function asRGB(red: number, green: number, blue: number, alpha?: number): RGBColor {
at checkColor (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/src/utils.ts:135:25)
at checkBorderProperties (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/src/utils.ts:177:9)
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-themes.spec.ts:48:30
|
[firefox] › html-themes.spec.ts:42:5 › border color from default theme does not change (like disappearing):
tests/integration/playwright/src/utils.ts#L135
2) [firefox] › html-themes.spec.ts:42:5 › border color from default theme does not change (like disappearing)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('div.callout-note')
Expected string: "rgba(0, 0, 0, 0.1)"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('div.callout-note')
at ../src/utils.ts:135
133 | ? `rgba(${rgbColors.red}, ${rgbColors.green}, ${rgbColors.blue}, ${rgbColors.alpha})`
134 | : `rgb(${rgbColors.red}, ${rgbColors.green}, ${rgbColors.blue})`;
> 135 | await expect(element).toHaveCSS(cssProperty, colorString);
| ^
136 | }
137 |
138 | export function asRGB(red: number, green: number, blue: number, alpha?: number): RGBColor {
at checkColor (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/src/utils.ts:135:25)
at checkBorderProperties (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/src/utils.ts:177:9)
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-themes.spec.ts:48:30
|
Run smoke (ubuntu-latest):
playwright-tests.test.ts#L1
Some tests failed. Download report uploaded as artifact at https://github.com/quarto-dev/quarto-cli/actions/runs/13745484806
|
Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Run smoke (windows-latest)
Process completed with exit code 1.
|
Run smoke (ubuntu-latest)
Cache not found for keys: julia-cache;workflow=Smoke Tests;job=run-smokes;os=Linux;os=ubuntu-latest;time-test=null;run_id=13745484806;run_attempt=1, julia-cache;workflow=Smoke Tests;job=run-smokes;os=Linux;os=ubuntu-latest;time-test=null;
|
Run smoke (ubuntu-latest)
variable used before declaration
|
Run smoke (windows-latest)
Cache not found for keys: julia-cache;workflow=Smoke Tests;job=run-smokes;os=Windows;os=windows-latest;time-test=null;run_id=13745484806;run_attempt=1, julia-cache;workflow=Smoke Tests;job=run-smokes;os=Windows;os=windows-latest;time-test=null;
|
Run smoke (windows-latest)
variable used before declaration
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
602 KB |
|