Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d0236453
Commit
d0236453
authored
Jul 26, 2019
by
Tanya Pazitny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change qa-* class references to rspec-*
parent
2219b140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/shared/form_elements/_description.html.haml
app/views/shared/form_elements/_description.html.haml
+1
-1
spec/features/issues/user_creates_issue_spec.rb
spec/features/issues/user_creates_issue_spec.rb
+1
-1
No files found.
app/views/shared/form_elements/_description.html.haml
View file @
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
...
...
spec/features/issues/user_creates_issue_spec.rb
View file @
d0236453
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment