summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/no-docblock.goml
blob: 1b4638ef067c5498d03edb87aa2319352e5a8dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This test checks that there are margins applied to methods with no docblocks.

// We need to disable this check because `implementors/test_docs/trait.TraitWithNoDocblock.js`
// doesn't exist.
fail-on-request-error: false

go-to: "file://" + |DOC_PATH| + "/test_docs/trait.TraitWithNoDocblocks.html"
// Check that the two methods are more than 24px apart.
compare-elements-position-near-false: ("//*[@id='tymethod.first_fn']", "//*[@id='tymethod.second_fn']", {"y": 24})

go-to: "file://" + |DOC_PATH| + "/test_docs/struct.TypeWithNoDocblocks.html"
// Check that the two methods are more than 24px apart.
compare-elements-position-near-false: ("//*[@id='method.first_fn']", "//*[@id='method.second_fn']", {"y": 24})