Skip to content

Commit

Permalink
Remove tests connected to fee-list-bottom as it was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 5, 2023
1 parent 7085b17 commit 7302882
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/apps/fee-list/fee-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,6 @@ describe("Fee list", () => {
.should("not.have.attr", "href", "")
.should("have.text", "See our fees and replacement costs");

// 3.a text "Please note that paid fees are not registered up until 72 hours after your payment after which your debt is updated and your user unblocked if it has been blocked."
cy.get(".fee-list-bottom__paymenttypes")
.eq(1)
.find("span")
.should("exist")
.should(
"have.text",
"Please note that paid fees are not registered up until 72 hours after your payment after which your debt is updated and your user unblocked if it has been blocked."
);
// 3.b list of intermediates
cy.get(".fee-list-page").find(".list-reservation").eq(0).should("exist");

Expand Down Expand Up @@ -227,21 +218,6 @@ describe("Fee list", () => {
.should("exist")
.should("have.text", "Fee 2.56,-");

// 3. f List of accepted payment cards
cy.get(".fee-list-page")
.find(".fee-list-bottom")
.eq(0)
.find(".fee-list-bottom__paymenttypes")
.find("img")
.should("exist");

// 3. f Button pay
cy.get(".fee-list-bottom__actions")
.eq(0)
.find("button")
.should("exist")
.should("have.text", "Pay");

// 4. a List after date
// Title
cy.get("[data-cy='fee-list-after']")
Expand Down

0 comments on commit 7302882

Please sign in to comment.