Skip to content

Commit

Permalink
Use getBySel instead of get("[data-cy='']") in fee list test 3.c.b.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 27, 2023
1 parent 371f541 commit f6e51f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/fee-list/fee-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe("Fee list", () => {
.should("have.text", "Dummy bog");

// 3.c.b title
cy.get("[data-cy='fee-list']")
cy.getBySel("fee-list")
.find(".list-reservation")
.eq(0)
.should("exist")
Expand Down

0 comments on commit f6e51f5

Please sign in to comment.