Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannNumericite committed Feb 4, 2025
1 parent 244d92b commit b55f7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-backoffice/cypress/e2e/jdma/bo/admin.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function fillForm({
}

function deleteService(serviceName) {
cy.contains('h2', serviceName)
cy.contains('a', serviceName)
.parents('div.fr-card')
.within(() => {
cy.get('#button-options-service').click();
Expand Down

0 comments on commit b55f7dc

Please sign in to comment.