Update rustdoc GUI tests to new browser-ui-test version
This commit is contained in:
parent
8aba3f3264
commit
010fa00b80
104 changed files with 308 additions and 308 deletions
|
@ -1,6 +1,6 @@
|
|||
// This test ensures that codeblocks content don't overflow.
|
||||
goto: "file://" + |DOC_PATH| + "/lib2/sub_mod/struct.Foo.html"
|
||||
size: (1080, 600)
|
||||
go-to: "file://" + |DOC_PATH| + "/lib2/sub_mod/struct.Foo.html"
|
||||
set-window-size: (1080, 600)
|
||||
// There should be two codeblocks: a rust one and a non-rust one.
|
||||
assert-count: (".docblock > .example-wrap", 2)
|
||||
assert: ".docblock > .example-wrap > .language-txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue