summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-04-06 16:43:05 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-04-06 16:43:05 +0200
commitfb08e2ee1837856c556368cd44cd94c80c1a862d (patch)
treeabbc41fa2a2785ade6b66a0b4519368eeb4f259e
parent3835f94880cd6392191ba9008d5a1b516c78465a (diff)
Remove unused step from functional tests
-rw-r--r--service/test/functional/features/steps/mail_view.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/service/test/functional/features/steps/mail_view.py b/service/test/functional/features/steps/mail_view.py
index 565031b5..d6ccee1f 100644
--- a/service/test/functional/features/steps/mail_view.py
+++ b/service/test/functional/features/steps/mail_view.py
@@ -58,14 +58,6 @@ def impl(context):
click_button(context, 'Send')
-# NOT BEING USED
-@then('I see if the mail has html content')
-def impl(context):
- e = find_element_by_css_selector(context, '#mail-view .bodyArea')
- h2 = e.find_element_by_css_selector("h2[style*='color: #3f4944']")
- assert 'cborim' in h2.text
-
-
@when('I try to delete the first mail')
def impl(context):
context.execute_steps(u"When I open the first mail in the mail list")