From fb08e2ee1837856c556368cd44cd94c80c1a862d Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Wed, 6 Apr 2016 16:43:05 +0200 Subject: Remove unused step from functional tests --- service/test/functional/features/steps/mail_view.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'service') 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") -- cgit v1.2.3