We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c4c87 commit 287e783Copy full SHA for 287e783
tests/rustdoc-gui/search-tab.goml
@@ -80,7 +80,7 @@ set-window-size: (851, 600)
80
81
// Check the size and count in tabs
82
assert-text: ("#search-tabs > button:nth-child(1) > .count", " (23) ")
83
-assert-text: ("#search-tabs > button:nth-child(2) > .count", " (4) ")
+assert-text: ("#search-tabs > button:nth-child(2) > .count", " (5) ")
84
assert-text: ("#search-tabs > button:nth-child(3) > .count", " (0) ")
85
store-property: ("#search-tabs > button:nth-child(1)", {"offsetWidth": buttonWidth})
86
assert-property: ("#search-tabs > button:nth-child(2)", {"offsetWidth": |buttonWidth|})
0 commit comments