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

Commit

Permalink
test(reports): repair test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Dec 21, 2022
1 parent f450afe commit 22e9c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/index-reports-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module("Acceptance | index reports", function (hooks) {
await visit("/reports");

await click("[data-test-edit-absence]");
assert.dom("[data-test-edit-absence-form] textarea").hasText(comment);
assert.dom("[data-test-edit-absence-form] textarea").hasValue(comment);
await click("[data-test-edit-absence-form] button.close");

await fillIn(
Expand Down

0 comments on commit 22e9c75

Please sign in to comment.