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
96a1ea12
Commit
96a1ea12
authored
Oct 09, 2017
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes simple board creation test
parent
5e68c2b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
spec/features/boards/multiple_boards_spec.rb
spec/features/boards/multiple_boards_spec.rb
+3
-5
No files found.
spec/features/boards/multiple_boards_spec.rb
View file @
96a1ea12
...
...
@@ -51,17 +51,15 @@ describe 'Multiple Issue Boards', :js do
end
end
it
'creates new board'
do
it
'creates new board
without detailed configuration
'
do
click_button
board
.
name
page
.
within
(
'.dropdown-menu'
)
do
click_link
'Create new board'
fill_in
'board-new-name'
,
with:
'This is a new board'
click_button
'Create'
end
fill_in
'board-new-name'
,
with:
'This is a new board'
click_button
'Create board'
wait_for_requests
expect
(
page
).
to
have_button
(
'This is a new board'
)
...
...
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