mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
Fix random spec failures
This commit is contained in:
parent
05ea034490
commit
5005482dd8
@ -123,8 +123,7 @@ describe Tag do
|
||||
SiteSetting.allow_staff_to_tag_pms = true
|
||||
tags = described_class.pm_tags(guardian: Guardian.new(admin), allowed_user: regular_user)
|
||||
expect(tags.length).to eq(2)
|
||||
expect(tags[0][:id]).to eq("tag-0")
|
||||
expect(tags[1][:text]).to eq("tag-1")
|
||||
expect(tags.map { |t| t[:id] }).to contain_exactly("tag-0", "tag-1")
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user