Commit cde0b27c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Jacob Schatz

Fix shortcut specs

parent 04b69fac
...@@ -26,7 +26,7 @@ Feature: Project Shortcuts ...@@ -26,7 +26,7 @@ Feature: Project Shortcuts
@javascript @javascript
Scenario: Navigate to repository charts tab 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 Then the active sub tab should be Charts
And the active main tab should be Repository And the active main tab should be Repository
......
...@@ -14,7 +14,7 @@ describe 'Issue Boards shortcut', feature: true, js: true do ...@@ -14,7 +14,7 @@ describe 'Issue Boards shortcut', feature: true, js: true do
end end
it 'takes user to issue board index' do it 'takes user to issue board index' do
find('body').native.send_keys('gl') find('body').native.send_keys('gb')
expect(page).to have_selector('.boards-list') expect(page).to have_selector('.boards-list')
wait_for_vue_resource wait_for_vue_resource
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment