Skip to content

Commit 287e783

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/search-tab.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ set-window-size: (851, 600)
8080

8181
// Check the size and count in tabs
8282
assert-text: ("#search-tabs > button:nth-child(1) > .count", " (23) ")
83-
assert-text: ("#search-tabs > button:nth-child(2) > .count", " (4)  ")
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)