removed duplicate step defintion

This commit is contained in:
Ulf Gebhardt 2023-06-02 13:51:34 +02:00
parent 3ad8588d6f
commit e804ff52da
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import { Then } from "@badeball/cypress-cucumber-preprocessor";
Then("I click the checkbox show donations progress bar and save", () => {
cy.get("#showDonations").click()
cy.get(".donations-info-button").click()
})