Skip to content

Commit

Permalink
Fixed test with missing lux prefix
Browse files Browse the repository at this point in the history
Co-authored-by: Christina Chortaria <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
3 people committed Aug 19, 2024
1 parent 83669c0 commit 0eea492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/locker_applications/new.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
it 'renders new locker_application form and allows the user netid to be edited' do
render

assert_select 'input-text[name=?]', 'locker_application[user_uid]', count: 1
assert_select 'lux-input-text[name=?]', 'locker_application[user_uid]', count: 1
end
end
end
Expand Down

0 comments on commit 0eea492

Please sign in to comment.