BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7eba42f5
Commit
7eba42f5
authored
7 years ago
by
Filipa Lacerda
Committed by
Jacob Schatz
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tests
parent
177c2139
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
shortcuts_spec.rb
spec/features/dashboard/shortcuts_spec.rb
+5
-5
No files found.
spec/features/dashboard/shortcuts_spec.rb
View file @
7eba42f5
...
@@ -3,26 +3,26 @@ require 'spec_helper'
...
@@ -3,26 +3,26 @@ require 'spec_helper'
feature
'Dashboard shortcuts'
,
feature:
true
,
js:
true
do
feature
'Dashboard shortcuts'
,
feature:
true
,
js:
true
do
before
do
before
do
login_as
:user
login_as
:user
visit
dashboard_projects
_path
visit
root_dashboard
_path
end
end
scenario
'Navigate to tabs'
do
scenario
'Navigate to tabs'
do
find
(
'body'
).
native
.
send_key
(
'g'
)
find
(
'body'
).
native
.
send_key
(
:shift
)
find
(
'body'
).
native
.
send_key
(
'p'
)
find
(
'body'
).
native
.
send_key
(
'p'
)
check_page_title
(
'Projects'
)
check_page_title
(
'Projects'
)
find
(
'body'
).
native
.
send_key
(
'g'
)
find
(
'body'
).
native
.
send_key
(
:shift
)
find
(
'body'
).
native
.
send_key
(
'i'
)
find
(
'body'
).
native
.
send_key
(
'i'
)
check_page_title
(
'Issues'
)
check_page_title
(
'Issues'
)
find
(
'body'
).
native
.
send_key
(
'g'
)
find
(
'body'
).
native
.
send_key
(
:shift
)
find
(
'body'
).
native
.
send_key
(
'm'
)
find
(
'body'
).
native
.
send_key
(
'm'
)
check_page_title
(
'Merge Requests'
)
check_page_title
(
'Merge Requests'
)
find
(
'body'
).
native
.
send_key
(
'g'
)
find
(
'body'
).
native
.
send_key
(
:shift
)
find
(
'body'
).
native
.
send_key
(
't'
)
find
(
'body'
).
native
.
send_key
(
't'
)
check_page_title
(
'Todos'
)
check_page_title
(
'Todos'
)
...
...
This diff is collapsed.
Click to expand it.
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