diff --git a/spec/support/common_actions.rb b/spec/support/common_actions.rb index fb077c264..9d8053e91 100644 --- a/spec/support/common_actions.rb +++ b/spec/support/common_actions.rb @@ -132,11 +132,11 @@ module CommonActions end def expect_to_be_signed_in - expect(find('.top-bar')).to have_content 'My account' + expect(find('.top-bar-right')).to have_content 'My account' end def expect_to_not_be_signed_in - expect(find('.top-bar')).not_to have_content 'My account' + expect(find('.top-bar-right')).not_to have_content 'My account' end def select_date(values, selector)