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
This commit is contained in:
Mayra Cabrera 2019-07-29 19:17:45 +00:00
commit b6b9ccbb33
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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")