File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ describe(`My first test`, () => {
21
21
} )
22
22
23
23
it ( 'Should test all other subheadings' , ( ) => {
24
- cy . get ( 'div.dsb-suggestion:nth-child(2)' ) // the second entry should be "Quick start "
24
+ cy . get ( 'div.dsb-suggestion:nth-child(2)' ) // the second entry should be "Download and launch "
25
25
. contains ( 'Download and launch' )
26
- cy . get ( 'div.dsb-suggestion:nth-child(3)' ) // the third entry should be "Quick start "
26
+ cy . get ( 'div.dsb-suggestion:nth-child(3)' ) // the third entry should be "Add documents "
27
27
. contains ( 'Add documents' )
28
28
} )
29
29
@@ -38,7 +38,7 @@ describe(`My first test`, () => {
38
38
it ( 'Should display a no results message when search results are empty' , ( ) => {
39
39
cy . get ( '#docs-searchbar-suggestion' ) . type ( ' empty results' )
40
40
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
42
42
. contains ( 'No results found for query' )
43
43
} )
44
44
} )
You can’t perform that action at this time.
0 commit comments