We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0ca2d commit e2467f2Copy full SHA for e2467f2
src/test/rustdoc-gui/source-code-page.goml
@@ -1,6 +1,6 @@
1
goto: file://|DOC_PATH|/src/test_docs/lib.rs.html
2
// Check that we can click on the line number.
3
-click: (40, 224) // This is the position of the span for line 4.
+click: (50, 196) // This is the position of the span for line 4.
4
// Unfortunately, "#4" isn't a valid query selector, so we have to go around that limitation
5
// by instead getting the nth span.
6
assert-attribute: (".line-numbers > span:nth-child(4)", {"class": "line-highlighted"})
0 commit comments