diff options
Diffstat (limited to 'users/test/integration')
-rw-r--r-- | users/test/integration/browser/account_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/test/integration/browser/account_test.rb b/users/test/integration/browser/account_test.rb index 9f6d067..ce63baf 100644 --- a/users/test/integration/browser/account_test.rb +++ b/users/test/integration/browser/account_test.rb @@ -16,6 +16,7 @@ class AccountTest < BrowserIntegrationTest click_on 'Sign Up' assert page.has_content?("Welcome #{username}") click_on 'Logout' + assert page.has_content?("Sign Up") assert_equal '/', current_path end |