We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0961d commit a13595cCopy full SHA for a13595c
packages/@vue/cli-ui/tests/e2e/specs/g3-configurations.js
@@ -1,6 +1,6 @@
1
describe('Configurations', () => {
2
it('Displays configurations', () => {
3
cy.visit('/configuration')
4
- cy.get('.configuration-item').should('have.length', 2)
+ cy.get('.configuration-item').should('have.length', 3)
5
})
6
0 commit comments