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
05059efb
Commit
05059efb
authored
Oct 05, 2017
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust spec file naming and add tests for board creation
parent
f9bfbb90
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
367 additions
and
173 deletions
+367
-173
spec/ee/spec/features/boards/issue_board_config_spec.rb
spec/ee/spec/features/boards/issue_board_config_spec.rb
+1
-4
spec/ee/spec/features/boards/scoped_issue_board_spec.rb
spec/ee/spec/features/boards/scoped_issue_board_spec.rb
+366
-169
No files found.
spec/ee/spec/features/boards/
user_configures_board
.rb
→
spec/ee/spec/features/boards/
issue_board_config_spec
.rb
View file @
05059efb
...
@@ -181,7 +181,7 @@ describe 'issue board config', :js do
...
@@ -181,7 +181,7 @@ describe 'issue board config', :js do
end
end
it
'can filter by additional labels'
do
it
'can filter by additional labels'
do
label_title
=
issue
.
labels
.
first
.
title
label_2_title
=
issue_2
.
labels
.
first
.
title
label_2_title
=
issue_2
.
labels
.
first
.
title
visit
project_boards_path
(
project
)
visit
project_boards_path
(
project
)
...
@@ -268,9 +268,6 @@ describe 'issue board config', :js do
...
@@ -268,9 +268,6 @@ describe 'issue board config', :js do
context
'add issue'
do
context
'add issue'
do
it
'adds assignee'
do
it
'adds assignee'
do
visit
boards_path
(
filtered_board
)
visit
boards_path
(
filtered_board
)
end
end
end
end
...
...
spec/ee/spec/features/boards/scoped_issue_board_spec.rb
View file @
05059efb
This diff is collapsed.
Click to expand it.
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