Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ritosilva committed Nov 21, 2023
2 parents 1133740 + eae015e commit cda393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/e2e/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Cypress.Commands.add('time', (date, day, type) => {
cy.get(
get +
' > .calendar > .datepicker-controls > .text-right > .datepicker-button > svg > path'
).click({ force: true });
).click({ force: true});

cy.wait(500);
cy.get(
Expand Down

0 comments on commit cda393d

Please sign in to comment.