Merge pull request #3005 from evazion/fix-ss-query-normalization
Fix #2995: Saved searches’ tags are getting reordered
This commit is contained in:
@@ -4,6 +4,7 @@ FactoryGirl.define do
|
||||
consequent_name "bbb"
|
||||
status "active"
|
||||
skip_secondary_validations true
|
||||
creator_ip_addr { FFaker::Internet.ip_v4_address }
|
||||
|
||||
after(:create) do |tag_alias|
|
||||
unless tag_alias.status == "pending"
|
||||
|
||||
Reference in New Issue
Block a user