Skip to content

Commit 9a6b814

Browse files
Hasan Akgünjenkins-bot
authored andcommitted
Remove duplicate "cancelButton()" from EditStatementFormPage.ts
Change-Id: I9975555ca198902db4a6cd684150d43dafc5b109
1 parent 437abb1 commit 9a6b814

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cypress/support/pageObjects/EditStatementFormPage.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ export class EditStatementFormPage {
4444
return cy.get( EditStatementFormPage.VALUE_FORMS );
4545
}
4646

47-
public cancelButton(): Chainable {
48-
return cy.get( EditStatementFormPage.FORM_ACTIONS ).contains( 'cancel' );
49-
}
50-
5147
public addQualifierButton(): Chainable {
5248
return cy.get( EditStatementFormPage.SELECTORS.ADD_QUALIFIER_BUTTON );
5349
}

0 commit comments

Comments
 (0)