From 589fe438e28e14231841f7b7a1bc718cb8281045 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 12:51:45 +0200 Subject: [PATCH] fix Search.feature --- cypress/integration/Search.feature | 1 + webapp/graphql/Fragments.js | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cypress/integration/Search.feature b/cypress/integration/Search.feature index 9ff1fe0ba..21866decf 100644 --- a/cypress/integration/Search.feature +++ b/cypress/integration/Search.feature @@ -18,6 +18,7 @@ Feature: Search Scenario: Search for specific words When I search for "Essays" + And I wait for 750 milliseconds Then I should have one item in the select dropdown Then I should see the following posts in the select dropdown: | title | diff --git a/webapp/graphql/Fragments.js b/webapp/graphql/Fragments.js index b67851873..7b05e2369 100644 --- a/webapp/graphql/Fragments.js +++ b/webapp/graphql/Fragments.js @@ -78,12 +78,6 @@ export const tagsCategoriesAndPinnedFragment = gql` tags { id } - categories { - id - slug - name - icon - } pinnedBy { id name