diff --git a/src/apps/fee-list/fee-list.test.ts b/src/apps/fee-list/fee-list.test.ts index 6c2a2a5ccd..340bbac571 100644 --- a/src/apps/fee-list/fee-list.test.ts +++ b/src/apps/fee-list/fee-list.test.ts @@ -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"); @@ -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']")