1
Fork 0
rust/tests/rustdoc-gui/huge-collection-of-constants.goml
2025-01-17 22:36:49 +01:00

9 lines
329 B
Text

// Make sure that the last two entries are more than 12 pixels apart and not stacked on each other.
go-to: "file://" + |DOC_PATH| + "/test_docs/huge_amount_of_consts/index.html"
compare-elements-position-near-false: (
"//dl[@class='item-table']/dt[last()-1]",
"//dl[@class='item-table']/dt[last()-3]",
{"y": 12},
)