Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
33440d7fc6
commit
e691752210
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ assert-css: (
|
|||
)
|
||||
assert-css: (
|
||||
"//*[@class='result-name']//*[text()='test_docs::']/ancestor::a",
|
||||
{"color": "#fff", "background-color": "rgb(60, 60, 60)"},
|
||||
{"color": "#fff", "background-color": "#3c3c3c"},
|
||||
)
|
||||
|
||||
// Dark theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue