Fix shortcut specs

This commit is contained in:
Annabel Dunstone Gray 2017-03-30 11:37:37 -05:00 committed by Jacob Schatz
parent 04b69fac3b
commit cde0b27c0b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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('gl')
find('body').native.send_keys('gb')
expect(page).to have_selector('.boards-list')
wait_for_vue_resource