Skip to content

Commit

Permalink
Fix metadata showing
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed May 9, 2024
1 parent 184d468 commit b5d5639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/sidebars/regulatory_layers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ context('Sidebars > Regulatory Layers', () => {

// Show metadata for one of the "Corse - Chaluts" regulation zones
cy.contains('Corse - Chaluts').click()
cy.contains('6 MN').parent().find('span').last().find('svg').first().click()
cy.contains('6 MN').parent().find('[title="Afficher la réglementation"]').click()

// Check a few of its metadata values
cy.contains('Reg. MED').should('be.visible')
Expand Down

0 comments on commit b5d5639

Please sign in to comment.