From aede1c30cf1822c89498940f15fac208e0578878 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 31 Mar 2025 20:58:59 +0100 Subject: [PATCH] DEV: Update selector in test (#354) Preparation for https://github.com/discourse/discourse/pull/32082 Followup to fc2d1a290c31eb6f415b346f8dcd01e79fad8041 --- test/javascripts/acceptance/discourse-solved-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javascripts/acceptance/discourse-solved-test.js b/test/javascripts/acceptance/discourse-solved-test.js index bc14384..2c62034 100644 --- a/test/javascripts/acceptance/discourse-solved-test.js +++ b/test/javascripts/acceptance/discourse-solved-test.js @@ -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"); }); });