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
Tatuya Kamada
gitlab-ce
Commits
0ebe8be0
Commit
0ebe8be0
authored
Jul 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix schortcut tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
39a4bb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
features/project/shortcuts.feature
features/project/shortcuts.feature
+2
-2
No files found.
features/project/shortcuts.feature
View file @
0ebe8be0
...
...
@@ -3,7 +3,7 @@ Feature: Project Shortcuts
Background
:
Given
I sign in as a user
And
I own a project
And
I visit my project's
home
page
And
I visit my project's
commits
page
@javascript
Scenario
:
Navigate to files tab
...
...
@@ -12,6 +12,7 @@ Feature: Project Shortcuts
@javascript
Scenario
:
Navigate to commits tab
Given
I visit my project's files page
Given
I press
"g"
and
"c"
Then
the active main tab should be Commits
...
...
@@ -47,7 +48,6 @@ Feature: Project Shortcuts
@javascript
Scenario
:
Navigate to project home
Given
I visit my project's files page
Given
I press
"g"
and
"p"
Then
the active main tab should be Home
...
...
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