5d1ab47bd2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
9 lines
240 B
Ruby
9 lines
240 B
Ruby
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedPaths
|
|
include SharedActiveTab
|
|
|
|
step 'the active main tab should be Help' do
|
|
ensure_active_main_tab('Help')
|
|
end
|
|
end
|