We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437abb1 commit 9a6b814Copy full SHA for 9a6b814
cypress/support/pageObjects/EditStatementFormPage.ts
@@ -44,10 +44,6 @@ export class EditStatementFormPage {
44
return cy.get( EditStatementFormPage.VALUE_FORMS );
45
}
46
47
- public cancelButton(): Chainable {
48
- return cy.get( EditStatementFormPage.FORM_ACTIONS ).contains( 'cancel' );
49
- }
50
-
51
public addQualifierButton(): Chainable {
52
return cy.get( EditStatementFormPage.SELECTORS.ADD_QUALIFIER_BUTTON );
53
0 commit comments