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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
f5a6ff15
Commit
f5a6ff15
authored
Apr 21, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spinach features
parent
3b39214f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
features/project/shortcuts.feature
features/project/shortcuts.feature
+0
-5
features/steps/project/project_shortcuts.rb
features/steps/project/project_shortcuts.rb
+0
-4
features/steps/shared/project.rb
features/steps/shared/project.rb
+0
-4
No files found.
features/project/shortcuts.feature
View file @
f5a6ff15
...
...
@@ -56,8 +56,3 @@ Feature: Project Shortcuts
Scenario
:
Navigate to project feed
Given
I press
"g"
and
"e"
Then
the active main tab should be Activity
@javascript
Scenario
:
Navigate to new Issue page
Given
I press
"i"
Then
I should see the new issue page
features/steps/project/project_shortcuts.rb
View file @
f5a6ff15
...
...
@@ -38,8 +38,4 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
find
(
'body'
).
native
.
send_key
(
'g'
)
find
(
'body'
).
native
.
send_key
(
'e'
)
end
step
'I press "i"'
do
find
(
'body'
).
native
.
send_key
(
'i'
)
end
end
features/steps/shared/project.rb
View file @
f5a6ff15
...
...
@@ -102,10 +102,6 @@ module SharedProject
@project
||=
Project
.
first
end
step
'I should see the new issue page'
do
expect
(
page
).
to
have_content
(
'New Issue'
)
end
# ----------------------------------------
# Project permissions
# ----------------------------------------
...
...
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