Skip to content

Commit c01dc08

Browse files
author
Guillaume Chau
committed
test: fix plugin install: command timeout
1 parent 8dddff6 commit c01dc08

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-ui/tests/e2e/specs

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ describe('Plugins', () => {
108108
cy.get('.loading-screen .vue-ui-loading-indicator').should('be.visible')
109109
cy.get('.prompts-list', { timeout: 250000 }).should('be.visible')
110110
cy.get('[data-testid="finish-install"]').should('not.have.class', 'disabled').click()
111-
cy.get('.project-plugin-item').should('have.length', 3)
111+
cy.get('.project-plugin-item', { timeout: 250000 }).should('have.length', 3)
112112
})
113113
})

0 commit comments

Comments
 (0)