Skip to content

Commit 4dfd827

Browse files
committed
Added a new item, need to bump this count
1 parent e701e64 commit 4dfd827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rustdoc-gui/search-tab.goml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ call-function: ("check-colors", {
7979
set-window-size: (851, 600)
8080

8181
// 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)  ")
82+
assert-text: ("#search-tabs > button:nth-child(1) > .count", " (24) ")
83+
assert-text: ("#search-tabs > button:nth-child(2) > .count", " (5)  ")
8484
assert-text: ("#search-tabs > button:nth-child(3) > .count", " (0)  ")
8585
store-property: ("#search-tabs > button:nth-child(1)", {"offsetWidth": buttonWidth})
8686
assert-property: ("#search-tabs > button:nth-child(2)", {"offsetWidth": |buttonWidth|})

0 commit comments

Comments
 (0)