Update GUI test after rebase
This commit is contained in:
parent
90feb9a645
commit
854ebe7522
1 changed files with 3 additions and 7 deletions
|
@ -10,12 +10,8 @@ assert-property: (".top-doc .docblock table", {"scrollWidth": "1572"})
|
|||
|
||||
// Checking it works on other doc blocks as well...
|
||||
|
||||
// Logically, the ".docblock" and the "<p>" should have the same scroll width.
|
||||
compare-elements-property: (
|
||||
"#implementations-list > details .docblock",
|
||||
"#implementations-list > details .docblock > p",
|
||||
["scrollWidth"],
|
||||
)
|
||||
assert-property: ("#implementations-list > details .docblock", {"scrollWidth": "835"})
|
||||
// Logically, the ".docblock" and the "<p>" should have the same scroll width (if we exclude the margin).
|
||||
assert-property: ("#implementations-list > details .docblock", {"scrollWidth": 816})
|
||||
assert-property: ("#implementations-list > details .docblock > p", {"scrollWidth": 835})
|
||||
// However, since there is overflow in the <table>, its scroll width is bigger.
|
||||
assert-property: ("#implementations-list > details .docblock table", {"scrollWidth": "1572"})
|
||||
|
|
Loading…
Add table
Reference in a new issue