File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111 expect ( page ) . to have_no_css ( "strong" )
112112 end
113113
114- # Expect fuzzy matches for plain
114+ # Expect fuzzy matches for multiple substrings
115115 top_menu . search "Plain pr"
116116 top_menu . expect_result "Plain project"
117- top_menu . expect_no_result "Plain other project"
117+ top_menu . expect_result "Plain other project"
118118
119119 # Expect search to match names only and not the identifier
120120 top_menu . clear_search
124124 top_menu . expect_result "Plain other project"
125125 top_menu . expect_no_result "Project with different name and identifier"
126126
127- # it finds each word in the query as a separate substring
128- top_menu . search "pl other proj"
129- top_menu . expect_result "Plain project"
130- top_menu . expect_result "Plain other project"
131- top_menu . expect_no_result "Project with different name and identifier"
132-
133127 # Expect hierarchy
134128 top_menu . clear_search
135129
You can’t perform that action at this time.
0 commit comments