We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0999e16 commit 5de4794Copy full SHA for 5de4794
spec/system/admin/users_system_spec.rb
@@ -174,9 +174,9 @@
174
end
175
176
it "Should sort display resource in human alphabetical order" do
177
- FactoryBot.create(:organization, name: "Pawnee")
178
- FactoryBot.create(:organization, name: "SF Diaper")
179
- FactoryBot.create(:organization, name: "Second City")
+ FactoryBot.create(:organization, id: 2, name: "Pawnee")
+ FactoryBot.create(:organization, id: 3, name: "SF Diaper")
+ FactoryBot.create(:organization, id: 4, name: "Second City")
180
181
# params
182
# - resource_type - Organization, Resource
0 commit comments