Updates top bar class on specs

This commit is contained in:
decabeza
2018-04-10 12:30:21 +02:00
parent 94087d0453
commit e84e82d3ce

View File

@@ -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)