Commit ff5109e1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix shortcuts tests

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 79b9ff60
......@@ -3,4 +3,5 @@ class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
include SharedPaths
include SharedProject
include SharedSidebarActiveTab
include SharedShortcuts
end
......@@ -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')
......
module SharedActiveTab
module SharedShortcuts
include Spinach::DSL
step 'I press "g" and "p"' do
......
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