summaryrefslogtreecommitdiff
path: root/service/test
diff options
context:
space:
mode:
Diffstat (limited to 'service/test')
-rw-r--r--service/test/functional/features/steps/attachments.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/functional/features/steps/attachments.py b/service/test/functional/features/steps/attachments.py
index 90812d2c..7a80c34f 100644
--- a/service/test/functional/features/steps/attachments.py
+++ b/service/test/functional/features/steps/attachments.py
@@ -112,6 +112,5 @@ def click_remove_icon(context):
@then(u'I should not see it attached')
def assert_attachment_removed(context):
- attachments_list_ul = find_elements_by_css_selector(context, '#attachment-list-item')
attachments_list_li = context.browser.find_elements(By.CSS_SELECTOR, '#attachment-list-item li a')
assert len(attachments_list_li) == 0