Maintenance: Stabilize user profile popover selenium test case.
This commit is contained in:
parent
c23e174ee0
commit
6da7f50f9b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RSpec.describe 'User Profile', type: :system do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'check that ignored attributes for user popover are not visible' do
|
it 'check that ignored attributes for user popover are not visible' do
|
||||||
fill_in id: 'global-search', with: customer.firstname
|
fill_in id: 'global-search', with: customer.email
|
||||||
|
|
||||||
popover_on_hover(find('.nav-tab--search.user'))
|
popover_on_hover(find('.nav-tab--search.user'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue