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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
35eec009
Commit
35eec009
authored
Dec 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spinach tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8045d96e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
features/explore/groups.feature
features/explore/groups.feature
+0
-4
No files found.
features/explore/groups.feature
View file @
35eec009
...
...
@@ -28,7 +28,6 @@ Feature: Explore Groups
Given
group
"TestGroup"
has internal project
"Internal"
When
I sign in as a user
And
I visit group
"TestGroup"
issues page
And
I change filter to Everyone's
Then
I should see project
"Internal"
items
And
I should not see project
"Enterprise"
items
...
...
@@ -36,7 +35,6 @@ Feature: Explore Groups
Given
group
"TestGroup"
has internal project
"Internal"
When
I sign in as a user
And
I visit group
"TestGroup"
merge requests page
And
I change filter to Everyone's
Then
I should see project
"Internal"
items
And
I should not see project
"Enterprise"
items
...
...
@@ -94,7 +92,6 @@ Feature: Explore Groups
Given
group
"TestGroup"
has public project
"Community"
When
I sign in as a user
And
I visit group
"TestGroup"
issues page
And
I change filter to Everyone's
Then
I should see project
"Community"
items
And
I should see project
"Internal"
items
And
I should not see project
"Enterprise"
items
...
...
@@ -104,7 +101,6 @@ Feature: Explore Groups
Given
group
"TestGroup"
has public project
"Community"
When
I sign in as a user
And
I visit group
"TestGroup"
merge requests page
And
I change filter to Everyone's
Then
I should see project
"Community"
items
And
I should see project
"Internal"
items
And
I should not see project
"Enterprise"
items
...
...
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