summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/compose.py
diff options
context:
space:
mode:
authorRobin Doherty <rdoherty@gmail.com>2015-11-12 20:25:53 +1100
committerRobin Doherty <rdoherty@gmail.com>2015-11-12 20:37:26 +1100
commitde1e3408cc7d8a4beff703944c3659aeb9032fd2 (patch)
tree27c7566e935c8b3fff85a71f5a3f916ebd8c8c12 /service/test/functional/features/steps/compose.py
parent3ef5fb5dd004edcf23d55b2533c37ffafec828f4 (diff)
remove save draft button, related css and js
Diffstat (limited to 'service/test/functional/features/steps/compose.py')
-rw-r--r--service/test/functional/features/steps/compose.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/service/test/functional/features/steps/compose.py b/service/test/functional/features/steps/compose.py
index e93468a2..b73521ed 100644
--- a/service/test/functional/features/steps/compose.py
+++ b/service/test/functional/features/steps/compose.py
@@ -42,11 +42,6 @@ def choose_impl(context, recipients_field, to_type):
find_element_by_css_selector(context, '.tt-dropdown-menu div div').click()
-@when('I save the draft')
-def save_impl(context):
- context.browser.find_element_by_id('draft-button').click()
-
-
@when('I send it')
def send_impl(context):
send_button = wait_until_element_is_visible_by_locator(context, (By.CSS_SELECTOR, '#send-button:enabled'))