This commit is contained in:
parent
5b7fc3707b
commit
822a2dc018
@ -12,6 +12,8 @@ RSpec.describe 'Profile settings', type: :feature do
|
|||||||
uid: user.cn, ou: user.ou, display_name: "Mark"
|
uid: user.cn, ou: user.ou, display_name: "Mark"
|
||||||
})
|
})
|
||||||
allow_any_instance_of(User).to receive(:avatar).and_return(avatar_base64)
|
allow_any_instance_of(User).to receive(:avatar).and_return(avatar_base64)
|
||||||
|
|
||||||
|
Flipper.enable "avatar_upload"
|
||||||
end
|
end
|
||||||
|
|
||||||
feature "Update display name" do
|
feature "Update display name" do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user