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
ff5109e1
Commit
ff5109e1
authored
May 16, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix shortcuts tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
79b9ff60
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
features/steps/dashboard/shortcuts.rb
features/steps/dashboard/shortcuts.rb
+1
-0
features/steps/project/project_shortcuts.rb
features/steps/project/project_shortcuts.rb
+1
-0
features/steps/shared/shortcuts.rb
features/steps/shared/shortcuts.rb
+1
-1
No files found.
features/steps/dashboard/shortcuts.rb
View file @
ff5109e1
...
...
@@ -3,4 +3,5 @@ class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
include
SharedPaths
include
SharedProject
include
SharedSidebarActiveTab
include
SharedShortcuts
end
features/steps/project/project_shortcuts.rb
View file @
ff5109e1
...
...
@@ -3,6 +3,7 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
include
SharedPaths
include
SharedProject
include
SharedProjectTab
include
SharedShortcuts
step
'I press "g" and "f"'
do
find
(
'body'
).
native
.
send_key
(
'g'
)
...
...
features/steps/shared/shortcuts.rb
View file @
ff5109e1
module
Shared
ActiveTab
module
Shared
Shortcuts
include
Spinach
::
DSL
step
'I press "g" and "p"'
do
...
...
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