DEV: Update selector in test

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

Followup to fc2d1a290c
This commit is contained in:
David Taylor 2025-03-31 17:43:04 +01:00
parent fc2d1a290c
commit 227d20b6ed
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

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