From 8c48db21c9bb9bfa855a31f5b2d3043f6e13a053 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Mon, 6 Nov 2023 14:13:56 -0500 Subject: [PATCH] DEV: fix test for new category badge structure --- test/javascripts/integration/components/query-result-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javascripts/integration/components/query-result-test.js b/test/javascripts/integration/components/query-result-test.js index 456b9d55..29eb3a93 100644 --- a/test/javascripts/integration/components/query-result-test.js +++ b/test/javascripts/integration/components/query-result-test.js @@ -169,7 +169,7 @@ discourseModule( test(assert) { assert.ok( exists( - "table tbody tr:nth-child(1) td:nth-child(1) span.category-name" + "table tbody tr:nth-child(1) td:nth-child(1) .badge-category__name" ) ); },