We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2d1a2 commit aede1c3Copy full SHA for aede1c3
test/javascripts/acceptance/discourse-solved-test.js
@@ -40,6 +40,6 @@ acceptance("Discourse Solved Plugin", function (needs) {
40
await click(".search-cta");
41
42
assert.dom(".fps-topic").exists({ count: 1 }, "has one post");
43
- assert.dom(".topic-status .solved").exists("shows the right icon");
+ assert.dom(".topic-statuses .solved").exists("shows the right icon");
44
});
45
0 commit comments