aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/wp-topics.fixture.ts
Commit message (Collapse)AuthorAgeFilesLines
* test(e2e): fix broken Cypress testsArmand Philippot2023-12-141-5/+5
| | | | | | | | Since #93db24b MSW is used in Cypress tests to intercept requests. Some tests relied on WordPress data so it becames broken. Tests are now successful but there are still some issues with hydration because all GraphQL requests are not intercepted and data are mixed between WordPress and fixtures.
* fix(services,types): make queries and types coherent for TopicArmand Philippot2023-11-281-0/+118
* some nodes was missing in topicQuery * a node was mispelled in topicsListQuery * add tests for all topics fetchers