diff --git a/changelogs/unreleased/6074-dependabot.yml b/changelogs/unreleased/6074-dependabot.yml new file mode 100644 index 000000000..77afaa5c8 --- /dev/null +++ b/changelogs/unreleased/6074-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: 'Build(deps-dev): Bump @types/backbone from 1.4.19 to 1.4.22' +destination-branches: +- master +sections: {} diff --git a/cypress/e2e/scenario-2.4-expert-mode.cy.js b/cypress/e2e/scenario-2.4-expert-mode.cy.js index 1805cb2a7..24b0d3a8c 100644 --- a/cypress/e2e/scenario-2.4-expert-mode.cy.js +++ b/cypress/e2e/scenario-2.4-expert-mode.cy.js @@ -151,7 +151,7 @@ if (Cypress.env("edition") === "iso") { // force state to creating cy.get('[aria-label="Expert-Actions-Toggle"]').click(); - cy.get(".pf-v5-c-menu__item").contains("creating").click(); + cy.get("button").contains("creating").click(); // add an operation to the force state action cy.get("#operation-select").select("clear candidate"); @@ -160,9 +160,9 @@ if (Cypress.env("edition") === "iso") { // expect to find in the history the creating state as last cy.get('[aria-label="History-Row"]', { timeout: 30000 }).should( ($rows) => { - expect($rows[0]).to.contain("creating"); - expect($rows[0]).to.contain(4); - expect($rows).to.have.length(4); + expect($rows[1]).to.contain("creating"); + expect($rows[1]).to.contain(4); + expect($rows).to.have.length(5); }, ); }); diff --git a/cypress/e2e/scenario-5-compile-reports.cy.js b/cypress/e2e/scenario-5-compile-reports.cy.js index 7ce5486dc..88ec3f5eb 100644 --- a/cypress/e2e/scenario-5-compile-reports.cy.js +++ b/cypress/e2e/scenario-5-compile-reports.cy.js @@ -133,9 +133,9 @@ describe("5 Compile reports", () => { // Expect to have no environment variables cy.get(".pf-v5-c-code-block__content").should("have.text", "{}"); - // Expect to have 2 stages in collapsible + // Expect to have 3 stages in collapsible cy.get("tbody").should(($rowElements) => { - expect($rowElements).to.have.length(2); + expect($rowElements).to.have.length(3); }); // Click on init stage arrow diff --git a/package.json b/package.json index b26622ff3..2b6c913f1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", - "@types/backbone": "^1.4.19", + "@types/backbone": "^1.4.22", "@types/fetch-mock": "^7.3.8", "@types/file-saver": "^2.0.7", "@types/jest": "^29.5.12", diff --git a/yarn.lock b/yarn.lock index 2bdd74e0b..8dca48bfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1158,7 +1158,7 @@ __metadata: "@testing-library/jest-dom": "npm:^6.6.3" "@testing-library/react": "npm:^15.0.7" "@testing-library/user-event": "npm:^14.5.2" - "@types/backbone": "npm:^1.4.19" + "@types/backbone": "npm:^1.4.22" "@types/fetch-mock": "npm:^7.3.8" "@types/file-saver": "npm:^2.0.7" "@types/jest": "npm:^29.5.12" @@ -2250,13 +2250,13 @@ __metadata: languageName: node linkType: hard -"@types/backbone@npm:^1.4.19": - version: 1.4.19 - resolution: "@types/backbone@npm:1.4.19" +"@types/backbone@npm:^1.4.22": + version: 1.4.22 + resolution: "@types/backbone@npm:1.4.22" dependencies: "@types/jquery": "npm:*" "@types/underscore": "npm:*" - checksum: 10/f9692dd90bda32634ec86b1f86f4587e906e9524fd8fdd16369fb5cef179932b5a497fd9a3134c22221ff387d0fdeab936a34b6b2ea04de5cc02d117976b3532 + checksum: 10/9fb13d0aa4d318ea4b48233e11c7f038658fe16b552fce88099963834d0e0b447d289018b9daced6113cb815889dac639cc3e1531dd86ebd4f0ec0e1829834f3 languageName: node linkType: hard