Skip to content

Commit

Permalink
DEV: Update test selectors for glimmer header (#209)
Browse files Browse the repository at this point in the history
In preparation for discourse/discourse#26467
  • Loading branch information
davidtaylorhq authored Apr 4, 2024
1 parent 8bd7da8 commit c5f31e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ acceptance("Discourse Code Review - Notifications", function (needs) {

test("code review commit approved notifications", async function (assert) {
await visit("/");
await click(".d-header-icons .current-user");
await click(".d-header-icons .current-user button");

const notifications = queryAll(
"#quick-access-all-notifications ul li.notification a"
Expand Down

0 comments on commit c5f31e8

Please sign in to comment.