removed duplicate step defintion

This commit is contained in:
Ulf Gebhardt 2023-06-02 13:51:34 +02:00 committed by mahula
parent 38c3fc1397
commit 520e1e44b4
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()
})