includes a "cancel" option when logging in via omniauth

restores missing proposal in common_actions
This commit is contained in:
kikito
2016-02-02 16:03:28 +01:00
parent eda2c419f7
commit 6ba1db1a02
6 changed files with 25 additions and 3 deletions

View File

@@ -116,6 +116,10 @@ module CommonActions
expect(find('.top-bar')).to have_content 'My account'
end
def expect_to_not_be_signed_in
expect(find('.top-bar')).to_not have_content 'My account'
end
def select_date(values, selector)
selector = selector[:from]
day, month, year = values.split("-")