summaryrefslogtreecommitdiff
path: root/test/integration/browser/session_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/browser/session_test.rb')
-rw-r--r--test/integration/browser/session_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/browser/session_test.rb b/test/integration/browser/session_test.rb
index fb20847..d52508a 100644
--- a/test/integration/browser/session_test.rb
+++ b/test/integration/browser/session_test.rb
@@ -4,7 +4,7 @@ class SessionTest < BrowserIntegrationTest
test "valid session" do
login
- assert page.has_content?("Logout")
+ assert page.has_content?("Log Out")
end
test "expired session" do