summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/code-blocks-overflow.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/code-blocks-overflow.goml')
-rw-r--r--tests/rustdoc-gui/code-blocks-overflow.goml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-gui/code-blocks-overflow.goml b/tests/rustdoc-gui/code-blocks-overflow.goml
index fbf0e890b..a23136f4b 100644
--- a/tests/rustdoc-gui/code-blocks-overflow.goml
+++ b/tests/rustdoc-gui/code-blocks-overflow.goml
@@ -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"