about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-10-05 18:44:49 -0700
committerMichael Howell <michael@notriddle.com>2023-10-22 15:55:44 -0700
commit4dfd82713353a40058a674d7df3a3c05cf3dcfd6 (patch)
treee5640838713d4f98189802ab80dd6e78d1ead7e1
parente701e64d59b8666161ca526a3c1bf3048019c8d9 (diff)
downloadrust-4dfd82713353a40058a674d7df3a3c05cf3dcfd6.tar.gz
rust-4dfd82713353a40058a674d7df3a3c05cf3dcfd6.zip
Added a new item, need to bump this count
-rw-r--r--tests/rustdoc-gui/search-tab.goml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-gui/search-tab.goml b/tests/rustdoc-gui/search-tab.goml
index 427201e1b5d..1c0c9e79e40 100644
--- a/tests/rustdoc-gui/search-tab.goml
+++ b/tests/rustdoc-gui/search-tab.goml
@@ -79,8 +79,8 @@ call-function: ("check-colors", {
 set-window-size: (851, 600)
 
 // Check the size and count in tabs
-assert-text: ("#search-tabs > button:nth-child(1) > .count", " (23) ")
-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)  ")
 assert-text: ("#search-tabs > button:nth-child(3) > .count", " (0)  ")
 store-property: ("#search-tabs > button:nth-child(1)", {"offsetWidth": buttonWidth})
 assert-property: ("#search-tabs > button:nth-child(2)", {"offsetWidth": |buttonWidth|})