Fix shortcuts tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
79b9ff6076
commit
ff5109e19c
3 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module SharedActiveTab
|
||||
module SharedShortcuts
|
||||
include Spinach::DSL
|
||||
|
||||
step 'I press "g" and "p"' do
|
||||
|
|
Loading…
Reference in a new issue