mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-05-03 12:44:55 +00:00
DEV: Update selector in test (#354)
Preparation for https://github.com/discourse/discourse/pull/32082 Followup to fc2d1a290c31eb6f415b346f8dcd01e79fad8041
This commit is contained in:
parent
fc2d1a290c
commit
aede1c30cf
@ -40,6 +40,6 @@ acceptance("Discourse Solved Plugin", function (needs) {
|
||||
await click(".search-cta");
|
||||
|
||||
assert.dom(".fps-topic").exists({ count: 1 }, "has one post");
|
||||
assert.dom(".topic-status .solved").exists("shows the right icon");
|
||||
assert.dom(".topic-statuses .solved").exists("shows the right icon");
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user