1
0
mirror of synced 2026-09-12 21:35:02 +00:00

DEV: Fix template linting issues (#124)

* Update test
* Remove the empty line in table
This commit is contained in:
Jarek Radosz
2021-07-05 23:15:57 +02:00
committed by GitHub
parent da4ad30477
commit cf2735162a
3 changed files with 59 additions and 50 deletions
@@ -1,8 +1,8 @@
import {
acceptance,
count,
exists,
query,
queryAll,
} from "discourse/tests/helpers/qunit-helpers";
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import I18n from "I18n";
@@ -162,8 +162,9 @@ acceptance("Data Explorer Plugin | List Queries", function (needs) {
"the import button was rendered"
);
assert.ok(
queryAll("div.container table.recent-queries tbody tr").length === 2,
assert.equal(
count("div.container table.recent-queries tbody tr"),
2,
"the list of queries was rendered"
);