summaryrefslogtreecommitdiff
path: root/qa/qa/page/issuable/new.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/issuable/new.rb')
-rw-r--r--qa/qa/page/issuable/new.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/issuable/new.rb b/qa/qa/page/issuable/new.rb
index ca1219cb7fc..0c95f722080 100644
--- a/qa/qa/page/issuable/new.rb
+++ b/qa/qa/page/issuable/new.rb
@@ -13,7 +13,7 @@ module QA
end
view 'app/views/shared/form_elements/_description.html.haml' do
- element :issuable_form_description
+ element :issuable_form_description_field
end
view 'app/views/shared/issuable/_milestone_dropdown.html.haml' do
@@ -37,7 +37,7 @@ module QA
end
def fill_description(description)
- fill_element :issuable_form_description, description
+ fill_element :issuable_form_description_field, description
end
def choose_milestone(milestone)