diff --git a/.discourse-compatibility b/.discourse-compatibility index 3e2710d..f5ffcaf 100644 --- a/.discourse-compatibility +++ b/.discourse-compatibility @@ -1,3 +1,4 @@ +< 3.2.0.beta4-dev: 9f841a4c6f45b4a5bf81e2b9a6f389acf69cd13c 3.1.999: e4f8d3924a18b303c2bb7da9472cf0c060060e4e 3.1.0.beta4: 2cc87a10157852112712b7df1f7135b71023ad92 3.1.0.beta3: 3907c4926383303ff85d992bb276e2b173cf0843 diff --git a/test/javascripts/integration/components/query-result-test.js b/test/javascripts/integration/components/query-result-test.js index 456b9d5..29eb3a9 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" ) ); },