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 7e42890 commit 2913524Copy full SHA for 2913524
packages/@vue/cli-ui/tests/e2e/specs/g2-plugins.js
@@ -12,7 +12,7 @@ describe('Plugins', () => {
12
cy.get('.instant-search-input input').clear().type('pwa')
13
cy.get('.package-search-item:contains("@vue/cli-plugin-pwa")').should('be.visible')
14
cy.get('.instant-search-input input').clear().type('unit-jest')
15
- cy.get('.package-search-item:contains("@vue/cli-plugin-pwa")').should('be.not.visible')
+ cy.get('.package-search-item:contains("@vue/cli-plugin-pwa")').should('not.exist')
16
cy.get('.package-search-item:contains("@vue/cli-plugin-unit-jest")').should('be.visible')
17
cy.get('.instant-search-input input').clear()
18
// Install
0 commit comments