File tree Expand file tree Collapse file tree
end-to-end-testing-with-cypress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22//this is currently needed to address react-bootstrap component markup
33//ideally we would use data-testid everywhere, but some of the bootstrap components
44//do not want to pass that 'data-' attribute through with the 'data-' part still appended
5- Cypress . SelectorPlayground . defaults ( {
5+ Cypress . ElementSelector . defaults ( {
66 onElement : ( $el ) => {
77
88 //workaround for react select input selector
@@ -39,4 +39,4 @@ Cypress.SelectorPlayground.defaults({
3939 }
4040 return $el ;
4141 } ,
42- } )
42+ } )
Original file line number Diff line number Diff line change 77 "headless" : " cypress run -- --record --spec cypress/support/e2e.js"
88 },
99 "devDependencies" : {
10- "cypress" : " ^13.6 .2" ,
11- "eslint" : " ^7.23.0 "
10+ "cypress" : " ^15.8 .2" ,
11+ "eslint" : " ^9.39.2 "
1212 }
13- }
13+ }
You can’t perform that action at this time.
0 commit comments