Skip to content

Commit

Permalink
Update people-select-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Mar 6, 2024
1 parent a280756 commit 0090e59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/tests/integration/components/inputs/people-select-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module("Integration | Component | inputs/people-select", function (hooks) {

assert
.dom(".ember-power-select-option")
.exists({ count: 1 })
.hasText("Type to search");
.doesNotExist('"Type to search" message is hidden');

await fillIn(".ember-power-select-trigger-multiple-input", "u");

Expand Down Expand Up @@ -115,7 +114,7 @@ module("Integration | Component | inputs/people-select", function (hooks) {

assert
.dom(".ember-power-select-option--loading-message")
.hasText("Loading options...");
.hasText("Loading...");

await fillInPromise;

Expand Down

0 comments on commit 0090e59

Please sign in to comment.