Skip to content

Commit

Permalink
Fix selector
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Ward <[email protected]>
  • Loading branch information
simonihmig and ynotdraw authored May 15, 2023
1 parent a3908fc commit aeaeca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module('Integration Component HeadlessForm > Reset', function (hooks) {
</template>);

await fillIn('[data-test-first-name]', 'Nicole');
await click('[data-test-reset');
await click('[data-test-reset]');

assert.dom('[data-test-first-name]').hasValue('Tony');
assert.dom('[data-test-last-name]').hasValue('Ward');
Expand Down

0 comments on commit aeaeca5

Please sign in to comment.