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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
cde0b27c
Commit
cde0b27c
authored
Mar 30, 2017
by
Annabel Dunstone Gray
Committed by
Jacob Schatz
Apr 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix shortcut specs
parent
04b69fac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/project/shortcuts.feature
features/project/shortcuts.feature
+1
-1
spec/features/boards/keyboard_shortcut_spec.rb
spec/features/boards/keyboard_shortcut_spec.rb
+1
-1
No files found.
features/project/shortcuts.feature
View file @
cde0b27c
...
...
@@ -26,7 +26,7 @@ Feature: Project Shortcuts
@javascript
Scenario
:
Navigate to repository charts tab
Given
I press
"g"
and
"
g
"
Given
I press
"g"
and
"
d
"
Then
the active sub tab should be Charts
And
the active main tab should be Repository
...
...
spec/features/boards/keyboard_shortcut_spec.rb
View file @
cde0b27c
...
...
@@ -14,7 +14,7 @@ describe 'Issue Boards shortcut', feature: true, js: true do
end
it
'takes user to issue board index'
do
find
(
'body'
).
native
.
send_keys
(
'g
l
'
)
find
(
'body'
).
native
.
send_keys
(
'g
b
'
)
expect
(
page
).
to
have_selector
(
'.boards-list'
)
wait_for_vue_resource
...
...
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