mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix Search.feature
This commit is contained in:
parent
40a80288d1
commit
7421439b1d
@ -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 |
|
||||
|
||||
@ -78,12 +78,6 @@ export const tagsCategoriesAndPinnedFragment = gql`
|
||||
tags {
|
||||
id
|
||||
}
|
||||
categories {
|
||||
id
|
||||
slug
|
||||
name
|
||||
icon
|
||||
}
|
||||
pinnedBy {
|
||||
id
|
||||
name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user