Skip to content

Commit

Permalink
Merge pull request #36 from hashicorp-forge/jeffdaley/fix-broken-test
Browse files Browse the repository at this point in the history
Update label name in assertion
  • Loading branch information
jeffdaley authored Feb 8, 2023
2 parents c5c5719 + 7df1294 commit d46b1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module(
promise = click('.hds-form-toggle input[type="checkbox"]');

await waitFor(".subscription-list-popover");
assert.dom(".subscription-list-popover").hasText("Removed");
assert.dom(".subscription-list-popover").hasText("Unsubscribed");

await promise;
});
Expand Down

0 comments on commit d46b1a8

Please sign in to comment.