Skip to content

Commit c0a3ce4

Browse files
committed
Add test about invalid host
1 parent 68c23e9 commit c0a3ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/features.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('Meilisearch features', () => {
8989
cy.get('input[name="apiKey"]').should('have.value', apiKey)
9090
})
9191

92-
it.only('displays error when setting empty host', () => {
92+
it('shows an error when setting an empty host', () => {
9393
visitPluginPage()
9494
cy.get('button:contains("Settings")').click()
9595

0 commit comments

Comments
 (0)