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
75b8075f
Commit
75b8075f
authored
Oct 14, 2019
by
Rajat Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a rspec which is no longer required
parent
e7e59b42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
spec/features/boards/multi_select_spec.rb
spec/features/boards/multi_select_spec.rb
+0
-19
No files found.
spec/features/boards/multi_select_spec.rb
View file @
75b8075f
...
...
@@ -106,24 +106,5 @@ describe 'Multi Select Issue', :js do
expect
(
find
(
'.board-card:nth-child(5)'
)).
to
have_content
(
issue4
.
title
)
end
end
it
'adds label when issues are moved to different card'
,
:js
do
page
.
within
(
all
(
'.js-board-list'
)[
1
])
do
expect
(
find
(
'.board-card:nth-child(1)'
)).
not_to
have_content
(
label2
.
title
)
expect
(
find
(
'.board-card:nth-child(2)'
)).
not_to
have_content
(
label2
.
title
)
end
multi_select
(
'.board-card:nth-child(1)'
)
multi_select
(
'.board-card:nth-child(2)'
)
drag
(
list_from_index:
1
,
list_to_index:
2
)
wait_for_requests
page
.
within
(
all
(
'.js-board-list'
)[
2
])
do
expect
(
find
(
'.board-card:nth-child(1)'
)).
to
have_content
(
label2
.
title
)
expect
(
find
(
'.board-card:nth-child(2)'
)).
to
have_content
(
label2
.
title
)
end
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