2022-01-21 19:41:47 +00:00
|
|
|
// Checks that the elements in the sidebar are alphabetically sorted.
|
2022-11-09 16:00:05 +00:00
|
|
|
|
|
|
|
// We need to disable this check because `implementors/test_docs/trait.AnotherOne.js`
|
|
|
|
// doesn't exist.
|
|
|
|
fail-on-request-error: false
|
|
|
|
|
2023-04-11 17:11:34 +00:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/trait.AnotherOne.html"
|
2022-02-08 16:05:00 +00:00
|
|
|
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")
|
|
|
|
assert-text: (".sidebar-elems section .block li:nth-of-type(3) > a", "func2")
|
|
|
|
assert-text: (".sidebar-elems section .block li:nth-of-type(4) > a", "func3")
|
|
|
|
assert-text: (".sidebar-elems section .block li:nth-of-type(5) > a", "hello")
|
|
|
|
assert-text: (".sidebar-elems section .block li:nth-of-type(6) > a", "why_not")
|