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', () => {
35
35
cy . get ( '[data-testid="pwa"] .bullet' ) . click ( )
36
36
cy . get ( '[data-testid="router"] .bullet' ) . click ( )
37
37
cy . get ( '[data-testid="vuex"] .bullet' ) . click ( )
38
- cy . get ( '[data-testid="css-preprocessor"] .bullet' ) . click ( )
39
38
cy . get ( '[data-testid="use-config-files"] .bullet' ) . click ( )
40
39
cy . get ( '.next' ) . click ( )
41
40
} )
42
41
cy . get ( '.config' ) . within ( ( ) => {
43
42
cy . get ( '.vue-ui-select' ) . eq ( 0 ) . click ( )
44
43
} )
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 ( )
50
45
cy . get ( '.config' ) . within ( ( ) => {
51
46
cy . get ( '.vue-ui-switch' ) . click ( { multiple : true } )
52
47
cy . get ( '.next' ) . click ( )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ describe('Tasks', () => {
13
13
cy . get ( '.task-item:contains("serve").status-running' )
14
14
cy . wait ( 500 )
15
15
cy . get ( '.build-progress .done' , { timeout : 250000 } ) . should ( 'be.visible' )
16
+ cy . wait ( 200 )
16
17
cy . get ( '[data-testid="stop-task"]' ) . click ( )
17
18
cy . get ( '.task-item:contains("serve").status-terminated' )
18
19
} )
@@ -24,6 +25,6 @@ describe('Tasks', () => {
24
25
cy . get ( '.task-item:contains("build").status-running' )
25
26
cy . wait ( 500 )
26
27
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 } )
28
29
} )
29
30
} )
You can’t perform that action at this time.
0 commit comments