Skip to content

Commit 6fca2aa

Browse files
committed
FIX: remove broken test
1 parent de1cb0c commit 6fca2aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/assets/javascripts/discourse/tests/unit/services/admin-search-data-source-test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@ module("Unit | Service | AdminSearchDataSource", function (hooks) {
149149
await settled();
150150
assert.deepEqual(results[0].label, "About your site > Title");
151151
});
152-
153-
test("search - prioritize pages", async function (assert) {
154-
await this.subject.buildMap();
155-
let results = this.subject.search("theme");
156-
await settled();
157-
assert.deepEqual(results[0].label, "Appearance > Color palettes");
158-
});
159152
});
160153

161154
module(

0 commit comments

Comments
 (0)