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
329198c4
Commit
329198c4
authored
Nov 30, 2020
by
Thong Kuah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ruby 2.7 keyword deprecation
parent
fa97d23b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/spec/features/issues/bulk_assignment_epic_spec.rb
ee/spec/features/issues/bulk_assignment_epic_spec.rb
+1
-1
ee/spec/features/issues/bulk_assignment_health_status_spec.rb
...pec/features/issues/bulk_assignment_health_status_spec.rb
+1
-1
No files found.
ee/spec/features/issues/bulk_assignment_epic_spec.rb
View file @
329198c4
...
...
@@ -93,7 +93,7 @@ RSpec.describe 'Issues > Epic bulk assignment', :js do
page
.
within
(
'.issues-bulk-update'
)
do
click_button
'Select epic'
items
.
map
do
|
item
|
find
(
'.gl-link'
,
{
text:
item
}
).
click
find
(
'.gl-link'
,
text:
item
).
click
end
end
end
...
...
ee/spec/features/issues/bulk_assignment_health_status_spec.rb
View file @
329198c4
...
...
@@ -113,7 +113,7 @@ RSpec.describe 'Issues > Health status bulk assignment' do
page
.
within
(
'.issues-bulk-update'
)
do
click_button
'Select health status'
items
.
map
do
|
item
|
find
(
'.gl-button-text'
,
{
text:
item
}
).
click
find
(
'.gl-button-text'
,
text:
item
).
click
end
end
end
...
...
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