Skip to content

Commit 346d5f6

Browse files
committed
Fixed review comments
1 parent e10d7b8 commit 346d5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/first_tests.specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe(`My first test`, () => {
3838
it('Should display a no results message when search results are empty', () => {
3939
cy.get('#docs-searchbar-suggestion').type(' empty results')
4040
cy.get('#meilisearch-autocomplete-listbox-0').should('be.visible')
41-
cy.get('div.docs-searchbar-suggestion') // the first entry should be "Quick start"
41+
cy.get('div.docs-searchbar-suggestion') // No Results message should be displayed instead
4242
.contains('No results found for query')
4343
})
4444
})

0 commit comments

Comments
 (0)