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
Jérome Perrin
gitlab-ce
Commits
9bd29a77
Commit
9bd29a77
authored
Apr 18, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Spinach feature
parent
ded5efad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
features/dashboard/dashboard.feature
features/dashboard/dashboard.feature
+0
-5
features/steps/shared/issuable.rb
features/steps/shared/issuable.rb
+0
-14
No files found.
features/dashboard/dashboard.feature
View file @
9bd29a77
...
...
@@ -79,8 +79,3 @@ Feature: Dashboard
And
I sort the list by
"Oldest updated"
And
I visit project
"Shop"
merge requests page
Then
The list should be sorted by
"Oldest updated"
@javascript
@focus
Scenario
:
Sort owned Projects
Then
I filter the list by
"Owned by me"
Then
The list should be filtered by
"Owned by me"
features/steps/shared/issuable.rb
View file @
9bd29a77
...
...
@@ -138,20 +138,6 @@ module SharedIssuable
end
end
step
'I filter the list by "Owned by me"'
do
find
(
'button.dropdown-toggle.btn'
).
click
page
.
within
(
'ul.dropdown-menu.dropdown-menu-align-right'
)
do
click_link
"Owned by me"
end
end
step
'The list should be filtered by "Owned by me"'
do
page
.
within
(
'ul.dropdown-menu.dropdown-menu-align-right'
)
do
expect
(
page
).
to
have_selector
(
'a'
,
text:
'Owned by me'
)
end
end
step
'I should see "1 of 1" in the sidebar'
do
expect_sidebar_content
(
'1 of 1'
)
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