UX: remove in:unpinned filter from advanced search page. (#9911)

This commit is contained in:
Vinoth Kannan
2020-05-29 00:47:28 +05:30
committed by GitHub
parent 74d28a43d1
commit ce1491e830
5 changed files with 2 additions and 19 deletions

View File

@@ -135,7 +135,6 @@ QUnit.test("Right filters are shown to anonymous users", async assert => {
assert.ok(inSelector.rowByValue("first").exists());
assert.ok(inSelector.rowByValue("pinned").exists());
assert.ok(inSelector.rowByValue("unpinned").exists());
assert.ok(inSelector.rowByValue("wiki").exists());
assert.ok(inSelector.rowByValue("images").exists());
@@ -161,7 +160,6 @@ QUnit.test("Right filters are shown to logged-in users", async assert => {
assert.ok(inSelector.rowByValue("first").exists());
assert.ok(inSelector.rowByValue("pinned").exists());
assert.ok(inSelector.rowByValue("unpinned").exists());
assert.ok(inSelector.rowByValue("wiki").exists());
assert.ok(inSelector.rowByValue("images").exists());