Change qa-* class references to rspec-*
This commit is contained in:
parent
2219b140b6
commit
d0236453de
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