Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mki-c2c committed Oct 22, 2024
1 parent c5ca794 commit f07c95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/draw/draw-feat-point.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ describe('Draw "Point"', () => {

it('displays the symbol edition tab', () => {
cy.get('[data-cy="featStyleColor"]').should('exist')
cy.get('[data-cy="featStyleSymbol"]').should('have.length', 4)
// starting with featStyleSymbol_
cy.get('[data-cy^="featStyleSymbol_"]').should('have.length', 4)
})

describe('When browsing public symbols', () => {
Expand Down

0 comments on commit f07c95f

Please sign in to comment.