File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/@vue/cli-ui/tests/e2e/specs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ describe('Plugins', () => {
21
21
cy . get ( '[data-testid="download-plugin"]:contains("@vue/cli-plugin-pwa")' ) . should ( 'not.have.class' , 'disabled' ) . click ( )
22
22
cy . get ( '.loading-screen .vue-ui-loading-indicator' ) . should ( 'be.visible' )
23
23
cy . get ( '.prompts-list' , { timeout : 250000 } ) . should ( 'be.visible' )
24
- cy . get ( '[data-testid="finish-install"]' ) . should ( 'not.have.class' , 'disabled' ) . click ( )
24
+ cy . get ( '[data-testid="finish-install"]' ) . should ( 'not.have.class' , 'disabled' ) . click ( { force : true } )
25
25
cy . get ( '.loading-screen .vue-ui-loading-indicator' , { timeout : 3000 } ) . should ( 'be.visible' )
26
26
cy . get ( '.file-diff-view' , { timeout : 250000 } ) . should ( 'be.visible' )
27
27
cy . get ( '[data-testid="skip-button"]' , { timeout : 3000 } )
You can’t perform that action at this time.
0 commit comments