File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ jobs:
118118 - name : Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
119119 uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0
120120 with :
121+ browser : chrome
121122 record : ${{ secrets.CYPRESS_RECORD_KEY && true }}
122123 parallel : ${{ secrets.CYPRESS_RECORD_KEY && true }}
123124 # cypress run type
@@ -143,7 +144,7 @@ jobs:
143144 if : always()
144145 with :
145146 name : snapshots_${{ matrix.containers }}
146- path : cypress/snapshots
147+ path : cypress/screenshots
147148
148149 - name : Extract NC logs
149150 if : failure() && matrix.containers != 'component'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { addGetter } from './addGetter.js'
77
88addCommands ( )
99
10- addGetter ( 'appContent' , '#app-content' )
10+ addGetter ( 'appContent' , '#app-content-vue ' )
1111addGetter ( 'getButton' , action => `#data-request-${ action } ` )
1212addGetter ( 'getWarning' , action => `#data-request-${ action } ~ .warning` )
1313
You can’t perform that action at this time.
0 commit comments