Extend search GUI test to include search tab title color check
This commit is contained in:
parent
33ff610d13
commit
faebd7a788
1 changed files with 15 additions and 0 deletions
|
@ -66,6 +66,11 @@ reload:
|
|||
|
||||
// Waiting for the search results to appear...
|
||||
wait-for: "#titles"
|
||||
assert-css: (
|
||||
"#titles > button > div.count",
|
||||
{"color": "rgb(136, 136, 136)"},
|
||||
ALL,
|
||||
)
|
||||
assert-css: (
|
||||
"//*[@class='desc'][text()='Just a normal struct.']",
|
||||
{"color": "rgb(197, 197, 197)"},
|
||||
|
@ -178,6 +183,11 @@ reload:
|
|||
|
||||
// Waiting for the search results to appear...
|
||||
wait-for: "#titles"
|
||||
assert-css: (
|
||||
"#titles > button > div.count",
|
||||
{"color": "rgb(136, 136, 136)"},
|
||||
ALL,
|
||||
)
|
||||
assert-css: (
|
||||
"//*[@class='desc'][text()='Just a normal struct.']",
|
||||
{"color": "rgb(221, 221, 221)"},
|
||||
|
@ -275,6 +285,11 @@ reload:
|
|||
|
||||
// Waiting for the search results to appear...
|
||||
wait-for: "#titles"
|
||||
assert-css: (
|
||||
"#titles > button > div.count",
|
||||
{"color": "rgb(136, 136, 136)"},
|
||||
ALL,
|
||||
)
|
||||
assert-css: (
|
||||
"//*[@class='desc'][text()='Just a normal struct.']",
|
||||
{"color": "rgb(0, 0, 0)"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue