Fix shortcuts tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-05-16 17:36:06 -05:00
parent 79b9ff6076
commit ff5109e19c
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
3 changed files with 3 additions and 1 deletions

View file

@ -3,4 +3,5 @@ class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
include SharedPaths
include SharedProject
include SharedSidebarActiveTab
include SharedShortcuts
end

View file

@ -3,6 +3,7 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
include SharedPaths
include SharedProject
include SharedProjectTab
include SharedShortcuts
step 'I press "g" and "f"' do
find('body').native.send_key('g')

View file

@ -1,4 +1,4 @@
module SharedActiveTab
module SharedShortcuts
include Spinach::DSL
step 'I press "g" and "p"' do