Skip to content

Commit 890fc0d

Browse files
Update GUI tests
1 parent 0bcd3cc commit 890fc0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/rustdoc-gui/impl-doc.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ go-to: "file://" + |DOC_PATH| + "/test_docs/struct.TypeWithImplDoc.html"
33

44
// The text is about 24px tall, so if there's a margin, then their position will be >24px apart
55
compare-elements-position-near-false: (
6-
"#implementations-list > .implementors-toggle > .docblock > p",
6+
"#implementations-list > .implementors-toggle .docblock > p",
77
"#implementations-list > .implementors-toggle > .impl-items",
88
{"y": 24}
99
)

tests/rustdoc-gui/item-info-overflow.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ assert-text: (
1616
go-to: "file://" + |DOC_PATH| + "/lib2/struct.LongItemInfo2.html"
1717
compare-elements-property: (
1818
"#impl-SimpleTrait-for-LongItemInfo2 .item-info",
19-
"#impl-SimpleTrait-for-LongItemInfo2 + .docblock",
19+
"#impl-SimpleTrait-for-LongItemInfo2 .docblock",
2020
["scrollWidth"],
2121
)
2222
assert-property: (

0 commit comments

Comments
 (0)