Skip to content

Commit aede1c3

Browse files
DEV: Update selector in test (#354)
Preparation for discourse/discourse#32082 Followup to fc2d1a2
1 parent fc2d1a2 commit aede1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/javascripts/acceptance/discourse-solved-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ acceptance("Discourse Solved Plugin", function (needs) {
4040
await click(".search-cta");
4141

4242
assert.dom(".fps-topic").exists({ count: 1 }, "has one post");
43-
assert.dom(".topic-status .solved").exists("shows the right icon");
43+
assert.dom(".topic-statuses .solved").exists("shows the right icon");
4444
});
4545
});

0 commit comments

Comments
 (0)