DEV: Update selector in test (#354)

Preparation for https://github.com/discourse/discourse/pull/32082

Followup to fc2d1a290c31eb6f415b346f8dcd01e79fad8041
This commit is contained in:
David Taylor 2025-03-31 20:58:59 +01:00 committed by GitHub
parent fc2d1a290c
commit aede1c30cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
});
});