summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/trait-sidebar-item-order.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/trait-sidebar-item-order.goml')
-rw-r--r--src/test/rustdoc-gui/trait-sidebar-item-order.goml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/trait-sidebar-item-order.goml b/src/test/rustdoc-gui/trait-sidebar-item-order.goml
index a799444a1..e5d023544 100644
--- a/src/test/rustdoc-gui/trait-sidebar-item-order.goml
+++ b/src/test/rustdoc-gui/trait-sidebar-item-order.goml
@@ -1,4 +1,9 @@
// Checks that the elements in the sidebar are alphabetically sorted.
+
+// We need to disable this check because `implementors/test_docs/trait.AnotherOne.js`
+// doesn't exist.
+fail-on-request-error: false
+
goto: "file://" + |DOC_PATH| + "/test_docs/trait.AnotherOne.html"
assert-text: (".sidebar-elems section .block li:nth-of-type(1) > a", "another")
assert-text: (".sidebar-elems section .block li:nth-of-type(2) > a", "func1")