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 8dddff6 commit c01dc08Copy full SHA for c01dc08
packages/@vue/cli-ui/tests/e2e/specs/test.js
@@ -108,6 +108,6 @@ describe('Plugins', () => {
108
cy.get('.loading-screen .vue-ui-loading-indicator').should('be.visible')
109
cy.get('.prompts-list', { timeout: 250000 }).should('be.visible')
110
cy.get('[data-testid="finish-install"]').should('not.have.class', 'disabled').click()
111
- cy.get('.project-plugin-item').should('have.length', 3)
+ cy.get('.project-plugin-item', { timeout: 250000 }).should('have.length', 3)
112
})
113
0 commit comments