From e84e82d3ce41f4895906dcbb9cc2fe3cc4383a32 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 10 Apr 2018 12:30:21 +0200 Subject: [PATCH] Updates top bar class on specs --- spec/support/common_actions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)