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 68c23e9 commit c0a3ce4Copy full SHA for c0a3ce4
cypress/e2e/features.cy.js
@@ -89,7 +89,7 @@ describe('Meilisearch features', () => {
89
cy.get('input[name="apiKey"]').should('have.value', apiKey)
90
})
91
92
- it.only('displays error when setting empty host', () => {
+ it('shows an error when setting an empty host', () => {
93
visitPluginPage()
94
cy.get('button:contains("Settings")').click()
95
0 commit comments