@@ -67,7 +67,7 @@ reload:
6767// Waiting for the search results to appear...
6868wait-for: "#titles"
6969assert-css: (
70- "//*[@class='desc']//* [text()='Just a normal struct.']",
70+ "//*[@class='desc'][text()='Just a normal struct.']",
7171 {"color": "rgb(197, 197, 197)"},
7272)
7373assert-css: (
@@ -159,7 +159,7 @@ assert-css: (
159159)
160160
161161// Checking color and background on hover.
162- move-cursor-to: "//*[@class='desc']//* [text()='Just a normal struct.']"
162+ move-cursor-to: "//*[@class='desc'][text()='Just a normal struct.']"
163163assert-css: (
164164 "//*[@class='result-name']/*[text()='test_docs::']",
165165 {"color": "rgb(255, 255, 255)"},
@@ -179,7 +179,7 @@ reload:
179179// Waiting for the search results to appear...
180180wait-for: "#titles"
181181assert-css: (
182- "//*[@class='desc']//* [text()='Just a normal struct.']",
182+ "//*[@class='desc'][text()='Just a normal struct.']",
183183 {"color": "rgb(221, 221, 221)"},
184184)
185185assert-css: (
@@ -276,7 +276,7 @@ reload:
276276// Waiting for the search results to appear...
277277wait-for: "#titles"
278278assert-css: (
279- "//*[@class='desc']//* [text()='Just a normal struct.']",
279+ "//*[@class='desc'][text()='Just a normal struct.']",
280280 {"color": "rgb(0, 0, 0)"},
281281)
282282assert-css: (
0 commit comments