Bump playwright from 1.45.0 to 1.45.1 #1951
code-standards.yaml
on: pull_request
check if we should run tests
4s
PHP lint
52s
JS lint
26s
JS Component Tests
25s
SCSS lint
22s
accessibility tests
5m 19s
playwright end to end tests
17m 26s
end-to-end tests
3m 54s
page load time tests
2m 4s
90% code coverage
4s
Annotations
2 errors, 15 warnings, and 2 notices
page load time tests
Cypress tests: 1 failed
|
[webkit] › e2e/combo-box.spec.js:62:5 › wx-combo-box tests › When typing into the input › typing down twice pseudo-focuses the third element:
tests/playwright/e2e/combo-box.spec.js#L67
1) [webkit] › e2e/combo-box.spec.js:62:5 › wx-combo-box tests › When typing into the input › typing down twice pseudo-focuses the third element
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('wx-combo-box ul > li[aria-selected="true"]:nth-child(3)')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('wx-combo-box ul > li[aria-selected="true"]:nth-child(3)')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
65 | await page.keyboard.press("ArrowDown");
66 |
> 67 | await expect(correctSelection).toHaveCount(1);
| ^
68 | await expect(correctSelection).toBeVisible();
69 | });
70 |
at /home/runner/work/weather.gov/weather.gov/tests/playwright/e2e/combo-box.spec.js:67:38
|
front page accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: h1, label, #weathergov-use-browser-location, .font-sans-2xl, .tablet\:grid-col-8.tablet\:grid-offset-2.grid-col > .font-sans-md, .bg-primary-lightest > .grid-container > .grid-row:nth-child(2) > .tablet\:grid-col-8.tablet\:grid-offset-2.grid-col > p:nth-child(2), .margin-bottom-0, a[href$="www.weather.gov"]]
|
location page with alerts (alerts tab) accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: .usa-accordion__button.text-ls-1[type="button"], p:nth-child(4), li:nth-child(19), li:nth-child(38), .leaflet-control-zoom-out > span[aria-hidden="true"]]
|
location page with alerts (today tab) accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: .usa-accordion__button.text-ls-1[type="button"], p:nth-child(4), li:nth-child(19), li:nth-child(38), .leaflet-control-zoom-out > span[aria-hidden="true"], .esri-dynamic-attribution, a[href$="www.esri.com"]]
|
location page with alerts (today tab) accessibility
(link-in-text-block) - Ensure links are distinguished from surrounding text in a way that does not rely on color [selectors: a[href$="www.esri.com"]]
|
location page without alerts (today tab) accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: div[data-v-21cab096=""][data-v-72d01054=""]:nth-child(2), div[data-v-21cab096=""][data-v-72d01054=""]:nth-child(3)]
|
front page accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: h1, label, #weathergov-use-browser-location, .font-sans-2xl, .tablet\:grid-col-8.tablet\:grid-offset-2.grid-col > .font-sans-md, .bg-primary-lightest > .grid-container > .grid-row:nth-child(2) > .tablet\:grid-col-8.tablet\:grid-offset-2.grid-col > p:nth-child(2), .margin-bottom-0, a[href$="www.weather.gov"]]
|
location page with alerts (alerts tab) accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: .usa-accordion__button.text-ls-1[type="button"], p:nth-child(4), li:nth-child(19), li:nth-child(38), .leaflet-control-zoom-out > span[aria-hidden="true"]]
|
location page with alerts (today tab) accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: .usa-accordion__button.text-ls-1[type="button"], p:nth-child(4), li:nth-child(19), li:nth-child(38), .leaflet-control-zoom-out > span[aria-hidden="true"]]
|
location page without alerts (today tab) accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: div[data-v-21cab096=""][data-v-72d01054=""]:nth-child(2), div[data-v-21cab096=""][data-v-72d01054=""]:nth-child(3)]
|
front page accessibility
(color-contrast) - Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds [selectors: h1, label, #weathergov-use-browser-location, .font-sans-2xl, .tablet\:grid-col-8.tablet\:grid-offset-2.grid-col > .font-sans-md, .bg-primary-lightest > .grid-container > .grid-row:nth-child(2) > .tablet\:grid-col-8.tablet\:grid-offset-2.grid-col > p:nth-child(2), .margin-bottom-0, a[href$="www.weather.gov"]]
|
Slow Test:
[Mobile Chrome] › e2e/tabbed-nav.spec.js#L1
[Mobile Chrome] › e2e/tabbed-nav.spec.js took 52.6s
|
Slow Test:
[chromium] › e2e/tabbed-nav.spec.js#L1
[chromium] › e2e/tabbed-nav.spec.js took 49.8s
|
Slow Test:
[Microsoft Edge] › e2e/tabbed-nav.spec.js#L1
[Microsoft Edge] › e2e/tabbed-nav.spec.js took 49.6s
|
Slow Test:
[webkit] › e2e/tabbed-nav.spec.js#L1
[webkit] › e2e/tabbed-nav.spec.js took 48.7s
|
Slow Test:
[Google Chrome] › e2e/tabbed-nav.spec.js#L1
[Google Chrome] › e2e/tabbed-nav.spec.js took 47.1s
|
🎭 Playwright Run Summary
42 passed (3.1m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › e2e/combo-box.spec.js:62:5 › wx-combo-box tests › When typing into the input › typing down twice pseudo-focuses the third element
383 passed (15.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-report
Expired
|
9.09 KB |
|
screenshots
Expired
|
4.45 MB |
|