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
79418c70eb
commit
589fe438e2
@ -18,6 +18,7 @@ Feature: Search
|
|||||||
|
|
||||||
Scenario: Search for specific words
|
Scenario: Search for specific words
|
||||||
When I search for "Essays"
|
When I search for "Essays"
|
||||||
|
And I wait for 750 milliseconds
|
||||||
Then I should have one item in the select dropdown
|
Then I should have one item in the select dropdown
|
||||||
Then I should see the following posts in the select dropdown:
|
Then I should see the following posts in the select dropdown:
|
||||||
| title |
|
| title |
|
||||||
|
|||||||
@ -78,12 +78,6 @@ export const tagsCategoriesAndPinnedFragment = gql`
|
|||||||
tags {
|
tags {
|
||||||
id
|
id
|
||||||
}
|
}
|
||||||
categories {
|
|
||||||
id
|
|
||||||
slug
|
|
||||||
name
|
|
||||||
icon
|
|
||||||
}
|
|
||||||
pinnedBy {
|
pinnedBy {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user