($area, haveTo, notHaveTo)
| 264 | } |
| 265 | |
| 266 | function checkAreaClasses($area, haveTo, notHaveTo) { |
| 267 | console.log('$area, haveTo, notHaveTo', $area, haveTo, notHaveTo) |
| 268 | haveTo.forEach((cl) => cy.wrap($area).should('have.class', cl)) |
| 269 | notHaveTo.forEach((cl) => cy.wrap($area).should('not.have.class', cl)) |
| 270 | } |
no test coverage detected
searching dependent graphs…