Skip to content

Commit

Permalink
Merge pull request #103 from kstekovi/interface-reset
Browse files Browse the repository at this point in the history
iterface doesnt have resetable fields
  • Loading branch information
OndrejKotek authored Aug 11, 2023
2 parents bf28f9c + dec325d commit 29dda96
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,4 @@ describe("TESTS: Configuration => Interface", () => {
cy.verifyAttribute(managementEndpoint, address, anyAddress, !value);
});
});

it("Reset", () => {
cy.navigateTo(managementEndpoint, "interface;name=" + interfaceToEdit.name);
cy.resetForm(configurationFormId, managementEndpoint, address);
});
});

0 comments on commit 29dda96

Please sign in to comment.