Skip to content

Commit

Permalink
test(extension): remove unused code from modal POM
Browse files Browse the repository at this point in the history
  • Loading branch information
wklos-iohk committed Apr 17, 2024
1 parent 697c4b0 commit 6608599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/e2e-tests/src/elements/modal.ts
Expand Up @@ -28,10 +28,6 @@ class Modal {
return this.container.$(this.CONFIRM_BUTTON);
}

buttonWithText(value: string): ChainablePromiseElement<WebdriverIO.Element> {
return $(this.CONTAINER).$(`//button/span[text() = '${value}']`);
}

async clickCancelButton() {
await this.cancelButton.waitForClickable();
await this.cancelButton.click();
Expand Down

0 comments on commit 6608599

Please sign in to comment.