Skip to content

Commit

Permalink
chore: fix CI (#45)
Browse files Browse the repository at this point in the history
* chore: fix eslint

* chore: fix cypress config

* chore: fix e2e
  • Loading branch information
stepan662 authored Jun 10, 2024
1 parent 2a14d40 commit 4360e46
Show file tree
Hide file tree
Showing 5 changed files with 3,185 additions and 12,744 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions cypress/e2e/pull.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ describe("Pull", () => {
.should("be.visible");
cy.iframe().contains("Missing keys").should("be.visible");

cy.iframe()
.findDcy("dialog")
.contains("nonexistant-key")
.should("be.visible");
cy.iframe().contains("nonexistant-key").should("be.visible");

cy.iframe().findDcy("pull_submit_button").should("be.visible").click();

Expand Down
Loading

0 comments on commit 4360e46

Please sign in to comment.