mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: update test to match admin layout changes
This commit is contained in:
parent
b71cf6d422
commit
9834263687
|
@ -4,7 +4,7 @@ acceptance("Admin - Search Logs", { loggedIn: true });
|
|||
QUnit.test("show search logs", assert => {
|
||||
visit("/admin/logs/search_logs");
|
||||
andThen(() => {
|
||||
assert.ok($("div.table.search-logs-list").length, "has the div class");
|
||||
assert.ok($("table.search-logs-list.grid").length, "has the div class");
|
||||
assert.ok(
|
||||
exists(".search-logs-list .admin-list-item .col"),
|
||||
"has a list of search logs"
|
||||
|
|
Loading…
Reference in New Issue
Block a user