From 6da7f50f9b094e49e7a0433b0b331400cf979536 Mon Sep 17 00:00:00 2001 From: Dominik Klein Date: Fri, 23 Jul 2021 16:41:52 +0200 Subject: [PATCH] Maintenance: Stabilize user profile popover selenium test case. --- spec/system/user/profile_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/user/profile_spec.rb b/spec/system/user/profile_spec.rb index 8d790b4cf..f5860fdbf 100644 --- a/spec/system/user/profile_spec.rb +++ b/spec/system/user/profile_spec.rb @@ -35,7 +35,7 @@ RSpec.describe 'User Profile', type: :system do end 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'))