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