Skip to content

Commit

Permalink
ci(github): e2e debug
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Sep 25, 2024
1 parent fe39369 commit 2633da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/support/step_definitions/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ When("je clique sur {string}", function (text: string) {
cy.contains(text).click();
});

When("je remplis le formulaire de connexion", function (string: string) {
return "pending";
When("je remplis le formulaire de connexion", function () {
cy.get("input").click();
});

Then("je vois {string}", function (text: string) {
Expand Down

0 comments on commit 2633da4

Please sign in to comment.