Skip to content

Commit

Permalink
Maintenance: Improve capybara test for user management.
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Aug 12, 2023
1 parent 42eceb9 commit b41a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/manage/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def authenticate
end

context 'updating a user' do
let(:user) { create(:admin) }
let(:user) { create(:admin, firstname: 'Dummy') }
let(:row) { find "table.user-list tbody tr[data-id='#{user.id}']" }

before do
Expand Down

0 comments on commit b41a329

Please sign in to comment.