-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JBEAP-24958 Removing Reset test for Configuration => Interface #32
Conversation
Local run with changes
|
|
||
it("Reset", () => { | ||
cy.navigateTo(managementEndpoint, "interface;name=" + interfaceToEdit.name); | ||
cy.resetForm(configurationFormId, managementEndpoint, address); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively this line can be written to expect current warning, but don't know how to write that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the test for now. We'll update this method in scope of #44.
@mchoma Can you update the description of the PR and commit to be more descriptive please? Something like "JBEAP-24958 Removing Reset test for Configuration => Interface" could work. |
Done |
No description provided.