Skip to content

Commit cc3059c

Browse files
committed
Added a new item, need to bump this count
1 parent 86c4c87 commit cc3059c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rustdoc-gui/search-tab.goml

Lines changed: 2 additions & 2 deletions
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)