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
1d88fa72
Commit
1d88fa72
authored
Aug 31, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more spec fixes
parent
bce11e04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
features/steps/groups_management.rb
features/steps/groups_management.rb
+1
-1
spec/ee/spec/features/issues/form_spec.rb
spec/ee/spec/features/issues/form_spec.rb
+2
-0
No files found.
features/steps/groups_management.rb
View file @
1d88fa72
...
...
@@ -37,7 +37,7 @@ class Spinach::Features::GroupsManagement < Spinach::FeatureSteps
step
'I reload "Open" project members page'
do
visit
root_path
click_link
'Sourcing / Open'
page
.
within
(
'.
layout-nav
'
)
do
page
.
within
(
'.
nav-sidebar
'
)
do
click_link
'Settings'
end
click_link
'Members'
...
...
spec/ee/spec/features/issues/form_spec.rb
View file @
1d88fa72
...
...
@@ -17,6 +17,8 @@ describe 'New/edit issue', :js do
project
.
team
<<
[
user
,
:master
]
project
.
team
<<
[
user2
,
:master
]
allow_any_instance_of
(
ApplicationHelper
).
to
receive
(
:collapsed_sidebar?
).
and_return
(
true
)
stub_licensed_features
(
multiple_issue_assignees:
true
)
gitlab_sign_in
(
user
)
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