mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 21:09:49 +08:00
FIX: failing spec in sidebar tags (#24682)
The modal is now larger and more tags will be shown by default, we need more tags to correctly test the scroll behavior.
This commit is contained in:
parent
e9e6c4e5d6
commit
3ed1528327
|
@ -181,7 +181,7 @@ RSpec.describe "Editing sidebar tags navigation", type: :system do
|
|||
Tag.delete_all
|
||||
|
||||
tags =
|
||||
(TagsController::LIST_LIMIT + 1).times.map.with_index do |index|
|
||||
(TagsController::LIST_LIMIT + 50).times.map.with_index do |index|
|
||||
Fabricate(:tag, name: "Tag #{sprintf("%03d", index)}")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user