Closed kettanaito closed 6 years ago
The following must be corrected:
./cypress/support/commands.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /root/root/cypress/support/commands.js: Unexpected token, expected ";" (196:50)
194 | { prevSubject: true },
195 | (subject, errorText) => {
> 196 | const wrapper = cy.log('Assert error message')wrap(subject).siblings('.invalid-feedback')
| ^
197 |
198 | return errorText === false
199 | ? wrapper.should('not.exist')
Change log
ramda
by usingbabel-plugin-ramda
assertValue
option forcreateField
to assert the custom value instance of a field (i.e. to know when the value is set in a complexBirthDate
component)Roadmap