We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b201e0d commit cf0660cCopy full SHA for cf0660c
cypress/e2e/features.cy.js
@@ -154,8 +154,9 @@ describe('Meilisearch features', () => {
154
describe.only('Content hooks', () => {
155
it('indexes new content in the collections', () => {
156
cy.visit(
157
- `${adminUrl}/admin/content-manager/collection-types/api::restaurant.restaurant`,
+ `${adminUrl}/content-manager/collection-types/api::restaurant.restaurant`,
158
)
159
+ cy.wait(1000)
160
161
cy.contains('a', 'Create new entry').click()
162
cy.url().should('include', '/create')
0 commit comments