Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Adjust test to fail with required + skipDuplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Feb 22, 2024
1 parent fc89cc1 commit d7f2f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/textarea.skip-duplicates.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SCENARIO_PARAMS = {
data: { question: 'Is it a question?' },
config: `<View>
<Text name="question" value="$question"/>
<TextArea name="answer" toName="question" skipDuplicates="true"/>
<TextArea name="answer" toName="question" skipDuplicates="true" required="true"/>
</View>`,
fieldSelector: '[name="answer"]',
text: 'Isn\'t it?',
Expand Down

0 comments on commit d7f2f1e

Please sign in to comment.