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:
commit
b6b9ccbb33
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue