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
20d43709
Commit
20d43709
authored
Oct 09, 2017
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust board deleting test
parent
96a1ea12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
spec/features/boards/multiple_boards_spec.rb
spec/features/boards/multiple_boards_spec.rb
+3
-7
No files found.
spec/features/boards/multiple_boards_spec.rb
View file @
20d43709
...
@@ -72,16 +72,12 @@ describe 'Multiple Issue Boards', :js do
...
@@ -72,16 +72,12 @@ describe 'Multiple Issue Boards', :js do
page
.
within
(
'.dropdown-menu'
)
do
page
.
within
(
'.dropdown-menu'
)
do
click_link
'Delete board'
click_link
'Delete board'
page
.
within
(
'.dropdown-title'
)
do
expect
(
page
).
to
have_content
(
'Delete board'
)
end
click_link
'Delete'
end
end
click_button
board2
.
name
expect
(
page
).
to
have_content
(
'Are you sure you want to delete this board?'
)
click_button
'Delete'
click_button
board2
.
name
page
.
within
(
'.dropdown-menu'
)
do
page
.
within
(
'.dropdown-menu'
)
do
expect
(
page
).
not_to
have_content
(
board
.
name
)
expect
(
page
).
not_to
have_content
(
board
.
name
)
expect
(
page
).
to
have_content
(
board2
.
name
)
expect
(
page
).
to
have_content
(
board2
.
name
)
...
...
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