Skip to content

Commit

Permalink
just minor change in test to trigger its tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kstekovi committed Aug 14, 2023
1 parent 416ef26 commit 5dd8331
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ describe("TESTS: Configuration => Subsystem => Distributable Web => Configuratio

it("Reset", () => {
cy.navigateTo(managementEndpoint, "distributable-web");
cy.get("#dw-configuration-item").click();
const configurationButtonId = "#dw-configuration-item";
cy.get(configurationButtonId).click();
cy.resetForm(configurationFormId, managementEndpoint, ["subsystem", "distributable-web"]);
});

Expand Down

0 comments on commit 5dd8331

Please sign in to comment.