Updates top bar class on specs
This commit is contained in:
@@ -132,11 +132,11 @@ module CommonActions
|
|||||||
end
|
end
|
||||||
|
|
||||||
def expect_to_be_signed_in
|
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
|
end
|
||||||
|
|
||||||
def expect_to_not_be_signed_in
|
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
|
end
|
||||||
|
|
||||||
def select_date(values, selector)
|
def select_date(values, selector)
|
||||||
|
|||||||
Reference in New Issue
Block a user