UNPKG

graphdb-workbench-tests

Version:
14 lines (11 loc) 311 B
export class ConfirmationDialogSteps { static getConfirmation() { return cy.get('.confirmation-dialog'); } static confirm() { this.getConfirmation().find('.confirm-button').click(); } static reject() { this.getConfirmation().find('.cancel-button').click(); } }