fix Search.feature

This commit is contained in:
Ulf Gebhardt 2021-04-12 12:51:45 +02:00
parent 79418c70eb
commit 589fe438e2
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 1 additions and 6 deletions

View File

@ -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 |

View File

@ -78,12 +78,6 @@ export const tagsCategoriesAndPinnedFragment = gql`
tags {
id
}
categories {
id
slug
name
icon
}
pinnedBy {
id
name