1
Fork 0

Update rustdoc-gui test to new browser-ui-test version

This commit is contained in:
Guillaume Gomez 2022-10-07 20:17:05 +02:00
parent 6d4013d983
commit 8d19d53c60
77 changed files with 149 additions and 149 deletions

View file

@ -1,5 +1,5 @@
// Checks that the setting "auto hide trait implementations" is working as expected.
goto: file://|DOC_PATH|/test_docs/struct.Foo.html
goto: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
// By default, the trait implementations are not collapsed.
assert-attribute: ("#trait-implementations-list > details", {"open": ""}, ALL)