chore(deps-dev): bump the minorandpatch group across 1 directory with 3 updates - #7007
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
… 3 updates Bumps the minorandpatch group with 3 updates in the /integration-tests directory: [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint). Updates `@playwright/test` from 1.61.1 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.1...v1.62.1) Updates `@types/node` from 26.1.1 to 26.1.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.7.0...v10.8.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/node" dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/integration-tests/minorandpatch-6886d1ada2
branch
from
August 5, 2026 18:13
7211e54 to
67d6646
Compare
3 tasks
Contributor
Member
|
I'm wondering if this could be a thing where incorporating the general pattern we use in Disabled until hydrated might fix |
Contributor
|
@theosanderson we could try to integrate that into keycloakify as well, but I'm not sure that's what's going on here (although don't have a lot of expertise here). But there's several |
maverbiest
added a commit
that referenced
this pull request
Aug 10, 2026
Clone of #7007 to see if Firefox integration test flakiness can be addressed. Dependabot is trying to bump playwright from 1.61.1 to 1.62.1, which has Firefox version 153.0 (was 151.0 before: https://github.com/microsoft/playwright/releases). The integration test for Firefox failed repeatedly and unpredictably on that branch on testing steps that create a new user through the Auth page, specifically when trying to check the 'I agree' check box (screenshots below). There is a playwright issue where people report clicking checkboxes in playwright as a source of flakiness (though not all exactly the same problem, see microsoft/playwright#13470) This PR wraps the `this.page.getByLabel('I agree').check()` in an `expect(...).toPass()` so it retries. While this does seem to resolve flakiness, the underlying cause is still not clear to me. Especially because we have different checkboxes that are `check()`-ed without retrying in the integration tests where this issue doesn't arise (although those are not in the keycloakify page). ### Screenshots Error message in CI logs of #7007 <img width="1312" height="502" alt="grafik" src="https://github.com/user-attachments/assets/b60f9d6c-dd71-4cec-bd2c-66c64a9e9ba1" /> #### Playwright screenshots Action: <img width="944" height="499" alt="grafik" src="https://github.com/user-attachments/assets/fa532c2e-052f-4579-ba68-ee60fbe862bb" /> The error logs: ``` Error: locator.check: Clicking the checkbox did not change its state Call log: - waiting for getByLabel('I agree') - locator resolved to <input type="checkbox" id="termsAccepted" name="termsAccepted" aria-invalid="false" class="kcCheckboxInputClass"/> - 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 - click action done - waiting for scheduled navigations to finish - navigations have finished ``` Before: <img width="165" height="47" alt="grafik" src="https://github.com/user-attachments/assets/d359c305-14bc-4b79-bd88-7ec0e3b74a0b" /> After: <img width="165" height="47" alt="grafik" src="https://github.com/user-attachments/assets/487f6eb8-102e-4af4-9857-26efa1eeea40" /> (the blue square that's added seems to be locator added by playwright, not the actual page, `__playwright_target__ marker`) ### PR Checklist - [ ] All necessary documentation has been adapted. - [ ] The implemented feature is covered by appropriate, automated tests. - [ ] Any manual testing that has been done is documented (i.e. what exactly was tested?) 🚀 Preview: Add `preview` label to enable --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/integration-tests/minorandpatch-6886d1ada2
branch
August 10, 2026 14:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Bumps the minorandpatch group with 3 updates in the /integration-tests directory: @playwright/test, @types/node and eslint.
Updates
@playwright/testfrom 1.61.1 to 1.62.1Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
26a9e47cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...0a81d5dcherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...8376826cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...66c5cc9chore: mark v1.62.1 (#42020)9672bc3cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...4325804cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors9632f8echerry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...e3950d9chore: mark v1.62.0 (#41981)f07e0f7cherry-pick(#41940): docs: release notes for v1.62 (#41967)05a306ccherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...Updates
@types/nodefrom 26.1.1 to 26.1.2Commits
Updates
eslintfrom 10.7.0 to 10.8.0Release notes
Sourced from eslint's releases.
Commits
749dfed10.8.04bd0d75Build: changelog update for 10.8.04fbf46dtest: pinwebpackversion to 5.108.4 (#21137)6ddf858docs: fix broken Specify Parser Options anchor link (#21106)784dfbedocs: Clarifyno-eq-nulldescription (#21120)6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101)eccbe7btest: add error locations tono-class-assign(#21123)2fee9bbfeat: exportConfigObjectfromeslint/config(#21082)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118)🚀 Preview: Add
previewlabel to enable