We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e701e64 commit 4dfd827Copy full SHA for 4dfd827
tests/rustdoc-gui/search-tab.goml
@@ -79,8 +79,8 @@ call-function: ("check-colors", {
79
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(1) > .count", " (24) ")
+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