Skip to content

Commit 2913524

Browse files
committed
test: fix tests according to cypress 6 breaking change
1 parent 7e42890 commit 2913524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/tests/e2e/specs/g2-plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Plugins', () => {
1212
cy.get('.instant-search-input input').clear().type('pwa')
1313
cy.get('.package-search-item:contains("@vue/cli-plugin-pwa")').should('be.visible')
1414
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')
15+
cy.get('.package-search-item:contains("@vue/cli-plugin-pwa")').should('not.exist')
1616
cy.get('.package-search-item:contains("@vue/cli-plugin-unit-jest")').should('be.visible')
1717
cy.get('.instant-search-input input').clear()
1818
// Install

0 commit comments

Comments
 (0)