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
8c4c2636
Commit
8c4c2636
authored
Jun 16, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes boards_spec failure
Closes #33614
parent
459d8d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/features/boards/boards_spec.rb
spec/features/boards/boards_spec.rb
+4
-4
No files found.
spec/features/boards/boards_spec.rb
View file @
8c4c2636
...
@@ -247,13 +247,13 @@ describe 'Issue Boards', feature: true, js: true do
...
@@ -247,13 +247,13 @@ describe 'Issue Boards', feature: true, js: true do
end
end
it
'issue moves from closed'
do
it
'issue moves from closed'
do
drag
(
list_from_index:
3
,
list_to_index:
2
)
drag
(
list_from_index:
2
,
list_to_index:
3
)
wait_for_board_cards
(
2
,
8
)
wait_for_board_cards
(
2
,
8
)
wait_for_board_cards
(
3
,
3
)
wait_for_board_cards
(
3
,
1
)
wait_for_board_cards
(
4
,
0
)
wait_for_board_cards
(
4
,
2
)
expect
(
find
(
'.board:nth-child(
3
)'
)).
to
have_content
(
issue8
.
title
)
expect
(
find
(
'.board:nth-child(
4
)'
)).
to
have_content
(
issue8
.
title
)
end
end
context
'issue card'
do
context
'issue card'
do
...
...
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