Change qa-* class references to rspec-*

This commit is contained in:
Tanya Pazitny 2019-07-26 15:02:29 -07:00
parent 2219b140b6
commit d0236453de
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")