summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-04-24 15:42:28 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-04-24 15:42:28 -0300
commitcd50337decfada956b9271d0d2fe34d6e79e431b (patch)
tree9489e8ac4572cf04cb427ebc328de5afcb519afb /service
parent501a03185ec76f8632ee0d279f06ff94f6411841 (diff)
Refresh before logout on functional tests
Diffstat (limited to 'service')
-rw-r--r--service/test/functional/features/steps/login.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/functional/features/steps/login.py b/service/test/functional/features/steps/login.py
index 338550b3..0ac27c46 100644
--- a/service/test/functional/features/steps/login.py
+++ b/service/test/functional/features/steps/login.py
@@ -64,6 +64,7 @@ def see_inbox(context):
@then(u'I logout')
@when(u'I logout')
def click_logout(context):
+ context.browser.refresh()
find_element_by_css_selector(context, '#logout-form div').click()