chore(deps): bump jws from 3.2.2 to 3.2.3 #14166
Annotations
5 errors, 1 warning, and 1 notice
|
Cypress/Playwright E2E tests:
packages/web-components/src/text-input/text-input.spec.ts#L750
4) [webkit-ssr] › src/text-input/text-input.spec.ts:733:3 › TextInput › should allow comma-separated values when the `multiple` attribute is set and the `type` is "email"
Error: expect(received).toMatch(expected)
Expected pattern: /foo\?testinput=hello%40example\.com%2Cworld%40example\.com/
Received string: "http://localhost:3278/ssr-src_text-input_text-input_spec_ts-textinput-should_allow_comma-separated_values_when_the__multiple__attribute_is_set_and_the__type__is__email_.html"
748 | await element.press('Enter');
749 |
> 750 | expect(page.url()).toMatch(/foo\?testinput=hello%40example\.com%2Cworld%40example\.com/);
| ^
751 | });
752 |
753 | test('should allow focusable start and end slotted content to be focused', async ({ fastPage, page }) => {
at /home/runner/work/fluentui/fluentui/packages/web-components/src/text-input/text-input.spec.ts:750:24
|
|
Cypress/Playwright E2E tests:
packages/web-components/src/text-input/text-input.spec.ts#L605
3) [webkit-ssr] › src/text-input/text-input.spec.ts:587:3 › TextInput › should submit the form via implicit submission when the form has no other controls
Error: expect(received).toMatch(expected)
Expected pattern: /foo\?testinput=hello$/
Received string: "http://localhost:3278/ssr-src_text-input_text-input_spec_ts-textinput-should_submit_the_form_via_implicit_submission_when_the_form_has_no_other_controls.html"
603 | await element.press('Enter');
604 |
> 605 | expect(page.url()).toMatch(/foo\?testinput=hello$/);
| ^
606 | });
607 |
608 | test('should submit the form via implicit submission when the form contains a submit button', async ({
at /home/runner/work/fluentui/fluentui/packages/web-components/src/text-input/text-input.spec.ts:605:24
|
|
Cypress/Playwright E2E tests:
packages/web-components/src/compound-button/compound-button.spec.ts#L625
2) [firefox-ssr] › src/compound-button/compound-button.spec.ts:603:3 › Compound Button › should submit the referenced form when form validation errors are present and the `formnovalidate` and `form` attributes are present
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for locator('fluent-compound-button')
- locator resolved to <fluent-compound-button tabindex="0" type="submit" form="test-form" formnovalidate="">Button</fluent-compound-button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
623 | await expect(page).not.toHaveURL(/foo/);
624 |
> 625 | await element.click();
| ^
626 |
627 | await expect(page).toHaveURL(/foo/);
628 | });
at /home/runner/work/fluentui/fluentui/packages/web-components/src/compound-button/compound-button.spec.ts:625:19
|
|
Cypress/Playwright E2E tests:
packages/web-components/src/compound-button/compound-button.spec.ts#L0
2) [firefox-ssr] › src/compound-button/compound-button.spec.ts:603:3 › Compound Button › should submit the referenced form when form validation errors are present and the `formnovalidate` and `form` attributes are present
Test timeout of 10000ms exceeded.
|
|
Cypress/Playwright E2E tests:
packages/web-components/src/tablist/tablist.spec.ts#L324
1) [chromium-ssr] › src/tablist/tablist.spec.ts:293:3 › Tablist › should not allow selecting a tab that has been disabled after it has been connected
Error: expect(locator).toHaveJSProperty(expected) failed
Locator: locator('fluent-tablist')
Expected: "tab-1"
Received: "tab-2"
Timeout: 5000ms
Call log:
- Expect "toHaveJSProperty" with timeout 5000ms
- waiting for locator('fluent-tablist')
9 × locator resolved to <fluent-tablist activeid="tab-2" orientation="horizontal" appearance="transparent">…</fluent-tablist>
- unexpected value "tab-2"
322 | await secondTab.click({ force: true });
323 |
> 324 | await expect(element).toHaveJSProperty('activeid', 'tab-1');
| ^
325 | });
326 |
327 | test('should allow selecting tab that has been enabled after it has been connected', async ({ fastPage }) => {
at /home/runner/work/fluentui/fluentui/packages/web-components/src/tablist/tablist.spec.ts:324:27
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Cypress/Playwright E2E tests
4 flaky
[chromium-ssr] › src/tablist/tablist.spec.ts:293:3 › Tablist › should not allow selecting a tab that has been disabled after it has been connected
[firefox-ssr] › src/compound-button/compound-button.spec.ts:603:3 › Compound Button › should submit the referenced form when form validation errors are present and the `formnovalidate` and `form` attributes are present
[webkit-ssr] › src/text-input/text-input.spec.ts:587:3 › TextInput › should submit the form via implicit submission when the form has no other controls
[webkit-ssr] › src/text-input/text-input.spec.ts:733:3 › TextInput › should allow comma-separated values when the `multiple` attribute is set and the `type` is "email"
12 skipped
4880 passed (48.4m)
|
background
wait
wait-all
cancel
parallel
Loading