Skip to content

Commit cf0660c

Browse files
committed
Add test for adding documents
1 parent b201e0d commit cf0660c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/features.cy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ describe('Meilisearch features', () => {
154154
describe.only('Content hooks', () => {
155155
it('indexes new content in the collections', () => {
156156
cy.visit(
157-
`${adminUrl}/admin/content-manager/collection-types/api::restaurant.restaurant`,
157+
`${adminUrl}/content-manager/collection-types/api::restaurant.restaurant`,
158158
)
159+
cy.wait(1000)
159160

160161
cy.contains('a', 'Create new entry').click()
161162
cy.url().should('include', '/create')

0 commit comments

Comments
 (0)