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
76559731
Commit
76559731
authored
Jan 19, 2022
by
Eulyeon Ko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply test qa reviewer suggestions
parent
3b1a8873
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ee/spec/features/boards/user_adds_lists_to_board_spec.rb
ee/spec/features/boards/user_adds_lists_to_board_spec.rb
+3
-2
spec/support/helpers/features/iteration_helpers.rb
spec/support/helpers/features/iteration_helpers.rb
+0
-0
No files found.
ee/spec/features/boards/user_adds_lists_to_board_spec.rb
View file @
76559731
...
...
@@ -64,9 +64,10 @@ RSpec.describe 'User adds milestone/iterations lists', :js do
end
it
'creates iteration column'
do
add_list
(
'Iteration'
,
iteration_period
(
iteration
))
period
=
iteration_period
(
iteration
)
add_list
(
'Iteration'
,
period
)
expect
(
page
).
to
have_selector
(
'.board'
,
text:
iteration
.
title
)
expect
(
page
).
to
have_selector
(
'.board'
,
text:
period
)
expect
(
find
(
'.board:nth-child(2) .board-card'
)).
to
have_content
(
issue_with_iteration
.
title
)
end
end
...
...
spec/support/helpers/iteration_helpers.rb
→
spec/support/helpers/
features/
iteration_helpers.rb
View file @
76559731
File moved
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