Skip to content

Commit 8e213dd

Browse files
author
Guillaume Chau
committed
test: config list
1 parent c0ab9e6 commit 8e213dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
describe('Configurations', () => {
2+
it('Displays configurations', () => {
3+
cy.visit('/configuration')
4+
cy.get('.configuration-item').should('have.length', 3)
5+
})
6+
})

0 commit comments

Comments
 (0)