Skip to content

Commit a13595c

Browse files
author
Guillaume Chau
committed
test(ui): fix e2e
1 parent 2f0961d commit a13595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('Configurations', () => {
22
it('Displays configurations', () => {
33
cy.visit('/configuration')
4-
cy.get('.configuration-item').should('have.length', 2)
4+
cy.get('.configuration-item').should('have.length', 3)
55
})
66
})

0 commit comments

Comments
 (0)