Commit b6b9ccbb authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'tp-qtt182-7' into 'master'

Change qa-issuable-form-description to rspec-issuable-form-description

Closes gitlab-org/quality/team-tasks#182

See merge request gitlab-org/gitlab-ce!31209
parents 3dd623d2 d0236453
......@@ -15,7 +15,7 @@
= render layout: 'projects/md_preview', locals: { url: preview_url, referenced_users: true } do
= render 'projects/zen', f: form, attr: :description,
classes: 'note-textarea qa-issuable-form-description',
classes: 'note-textarea qa-issuable-form-description rspec-issuable-form-description',
placeholder: "Write a comment or drag your files here…",
supports_quick_actions: supports_quick_actions
= render 'shared/notes/hints', supports_quick_actions: supports_quick_actions
......
......@@ -28,7 +28,7 @@ describe "User creates issue" do
fill_in("Title", with: issue_title)
first('.js-md').click
first('.qa-issuable-form-description').native.send_keys('Description')
first('.rspec-issuable-form-description').native.send_keys('Description')
click_button("Submit issue")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment