Skip to content

Commit

Permalink
Bump webpack from 5.94.0 to 5.95.0 (#2553)
Browse files Browse the repository at this point in the history
* Bump webpack from 5.94.0 to 5.95.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* wait for list before checking and add retries to misc facet

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aref Shafaei <[email protected]>
  • Loading branch information
dependabot[bot] and RFSH authored Oct 4, 2024
1 parent f4f08c1 commit af9cbbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const testParams = {
};

test.describe('Other facet features', () => {
test.describe.configure({ mode: 'parallel' });
test.describe.configure({ mode: 'parallel', retries: 3 });

test('selecting entity facet that is not on the shortest key.', async ({ page, baseURL }, testInfo) => {
const facet = RecordsetLocators.getFacetById(page, testParams.filter_secondary_key.facetIdx);
Expand Down Expand Up @@ -526,6 +526,7 @@ test.describe('Other facet features', () => {
await expect.soft(RecordsetLocators.getFacetSpinner(facet2)).not.toBeVisible();
await RecordsetLocators.getFacetOption(facet2, params.secondFacet.selectedOption).uncheck();
// wait for facet checkboxes to load for the first facet
await expect.soft(RecordsetLocators.getFacetSpinner(facet1)).not.toBeVisible();
await expect.soft(RecordsetLocators.getFacetOptions(facet1)).toHaveText(params.firstFacet.optionsAfterFirstChange);

// make sure all are selected
Expand Down

0 comments on commit af9cbbc

Please sign in to comment.