Skip to content

Commit

Permalink
feat(*): support unset
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiarrowood committed Aug 15, 2024
1 parent b0c54c3 commit dd51da0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ describe('<FieldTester /> - FieldRadio', () => {
cy.get(`#${fieldKey}-0`).should('not.be.checked')
cy.get(`#${fieldKey}-1`).should('not.be.checked')
// check field test form model also matches
cy.getTestId(`field-tester-form-model-${fieldKey}-value`).should('not.exist')
cy.getTestId(`field-tester-form-model-${fieldKey}-value`).should('not.contain.text', fieldValue)
cy.getTestId(`field-tester-form-model-${fieldKey}-value`).should('not.contain.text', updatedFieldValue)
})
})

0 comments on commit dd51da0

Please sign in to comment.