diff --git a/app/assets/javascripts/discourse/tests/acceptance/tags-test.js b/app/assets/javascripts/discourse/tests/acceptance/tags-test.js index a5ea8d1959..1d98b43a3f 100644 --- a/app/assets/javascripts/discourse/tests/acceptance/tags-test.js +++ b/app/assets/javascripts/discourse/tests/acceptance/tags-test.js @@ -499,7 +499,7 @@ acceptance("Tag info", function (needs) { await click(".category-breadcrumb li:nth-of-type(2) .category-drop-header"); await click( - '.category-breadcrumb li:nth-of-type(2) .category-row[data-name="none"]' + '.category-breadcrumb li:nth-of-type(2) .category-row[data-value="no-categories"]' ); assert.strictEqual(currentURL(), "/tags/c/feature/2/none/planters"); });