Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-27 07:21:19 +0300
committerJose <jvargas@gitlab.com>2018-06-27 07:21:19 +0300
commit50a11a339e65b23bd33e5ad937dbc39674093869 (patch)
treeb0f7f8a94aad781e02a9b6571f5839d7429d0f25 /spec/features/projects
parent91463e52467d4b93d95693ac4eba1d5630ecdc98 (diff)
Fix metrics shortcut
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/user_uses_shortcuts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/user_uses_shortcuts_spec.rb b/spec/features/projects/user_uses_shortcuts_spec.rb
index 806460ba4d4..c8b3104b9fe 100644
--- a/spec/features/projects/user_uses_shortcuts_spec.rb
+++ b/spec/features/projects/user_uses_shortcuts_spec.rb
@@ -112,7 +112,7 @@ describe 'User uses shortcuts', :js do
context 'when navigating to the Operations pages' do
it 'redirects to the Metrics page' do
find('body').native.send_key('g')
- find('body').native.send_key('m')
+ find('body').native.send_key('l')
expect(page).to have_active_navigation('Operations')
expect(page).to have_active_sub_navigation('Metrics')