We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72de9b commit a87a883Copy full SHA for a87a883
src/test/rustdoc/index-page.rs
@@ -6,6 +6,6 @@
6
7
// @has foo/../index.html
8
// @has - '//span[@class="in-band"]' 'List of all crates'
9
-// @has - '//ul[@class="crate mod"]//a[@href="foo/index.html"]' 'foo'
10
-// @has - '//ul[@class="crate mod"]//a[@href="all_item_types/index.html"]' 'all_item_types'
+// @has - '//ul[@class="all-items"]//a[@href="foo/index.html"]' 'foo'
+// @has - '//ul[@class="all-items"]//a[@href="all_item_types/index.html"]' 'all_item_types'
11
pub struct Foo;
0 commit comments