Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7271f4

Browse files
committedApr 11, 2023
Auto merge of #110194 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser-ui-test version This update add the support for expressions, so we can now do this: ``` assert: 1 > 2 && ["a"] != ["b", "c"] ``` It also improved commands naming and updated puppeteer version. r? `@notriddle`
2 parents 9df3a39 + 010fa00 commit e7271f4

File tree

105 files changed

+309
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+309
-309
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.6
1+
0.15.0

‎tests/rustdoc-gui/anchor-navigable.goml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// anchor and the `impl Foo`. If there were a gap, this would cause an annoying
55
// problem: you hover `impl Foo` to see the anchor, then when you move your
66
// mouse to the left, the anchor disappears before you reach it.
7-
goto: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
7+
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
88
// We check that ".item-info" is bigger than its content.
99
move-cursor-to: ".impl"
1010
assert-property: (".impl > a.anchor", {"offsetWidth": "8"})

0 commit comments

Comments
 (0)
Please sign in to comment.