File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
packages/@vue/cli-ui/tests/e2e/specs Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,13 @@ describe('Vue project manager', () => {
3535 cy . get ( '[data-testid="pwa"] .bullet' ) . click ( )
3636 cy . get ( '[data-testid="router"] .bullet' ) . click ( )
3737 cy . get ( '[data-testid="vuex"] .bullet' ) . click ( )
38- cy . get ( '[data-testid="css-preprocessor"] .bullet' ) . click ( )
3938 cy . get ( '[data-testid="use-config-files"] .bullet' ) . click ( )
4039 cy . get ( '.next' ) . click ( )
4140 } )
4241 cy . get ( '.config' ) . within ( ( ) => {
4342 cy . get ( '.vue-ui-select' ) . eq ( 0 ) . click ( )
4443 } )
45- cy . get ( '.vue-ui-select-button' ) . eq ( 1 ) . click ( )
46- cy . get ( '.config' ) . within ( ( ) => {
47- cy . get ( '.vue-ui-select' ) . eq ( 1 ) . click ( )
48- } )
49- cy . get ( '.vue-ui-select-button' ) . eq ( 5 ) . click ( )
44+ cy . get ( '.vue-ui-select-button' ) . eq ( 2 ) . click ( )
5045 cy . get ( '.config' ) . within ( ( ) => {
5146 cy . get ( '.vue-ui-switch' ) . click ( { multiple : true } )
5247 cy . get ( '.next' ) . click ( )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ describe('Tasks', () => {
1313 cy . get ( '.task-item:contains("serve").status-running' )
1414 cy . wait ( 500 )
1515 cy . get ( '.build-progress .done' , { timeout : 250000 } ) . should ( 'be.visible' )
16+ cy . wait ( 200 )
1617 cy . get ( '[data-testid="stop-task"]' ) . click ( )
1718 cy . get ( '.task-item:contains("serve").status-terminated' )
1819 } )
@@ -24,6 +25,6 @@ describe('Tasks', () => {
2425 cy . get ( '.task-item:contains("build").status-running' )
2526 cy . wait ( 500 )
2627 cy . get ( '.build-progress .done' , { timeout : 250000 } ) . should ( 'be.visible' )
27- cy . get ( '.task-item:contains("build").status-done' )
28+ cy . get ( '.task-item:contains("build").status-done' , { timeout : 3000 } )
2829 } )
2930} )
You can’t perform that action at this time.
0 commit comments