@@ -75,6 +75,12 @@ assert-css: (
7575 {"color": "rgb(0, 150, 207)"},
7676)
7777
78+ // Checking the color of the bottom border.
79+ assert-css: (
80+ ".search-results > a",
81+ {"border-bottom-color": "rgb(92, 103, 115)"}
82+ )
83+
7884// Checking the color of "keyword" text.
7985assert-css: (
8086 "//*[@class='result-name']//*[text()='(keyword)']",
@@ -181,6 +187,12 @@ assert-css: (
181187 {"color": "rgb(221, 221, 221)"},
182188)
183189
190+ // Checking the color of the bottom border.
191+ assert-css: (
192+ ".search-results > a",
193+ {"border-bottom-color": "rgb(224, 224, 224)"}
194+ )
195+
184196// Checking the color for "keyword" text.
185197assert-css: (
186198 "//*[@class='result-name']//*[text()='(keyword)']",
@@ -272,6 +284,12 @@ assert-css: (
272284 {"color": "rgb(0, 0, 0)"},
273285)
274286
287+ // Checking the color of the bottom border.
288+ assert-css: (
289+ ".search-results > a",
290+ {"border-bottom-color": "rgb(224, 224, 224)"}
291+ )
292+
275293// Checking the color for "keyword" text.
276294assert-css: (
277295 "//*[@class='result-name']//*[text()='(keyword)']",
0 commit comments