We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ab9e6 commit 8e213ddCopy full SHA for 8e213dd
packages/@vue/cli-ui/tests/e2e/specs/g3-configurations.js
@@ -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