Commit ebd0767f authored by Tim Zallmann's avatar Tim Zallmann

Fixed New Project Top Menu Test

parent 6b7b7f9f
@dashboard
Feature: New Project through top menu
Feature: New Project top menu
Background:
Given I sign in as a user
And I own project "Shop"
......
class Spinach::Features::NewProjectTopMenu < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
step 'I click "New project" in top right menu' do
page.within '.header-content' do
click_link "New project"
end
end
step 'I see "New Project" page' do
expect(page).to have_content('Project path')
expect(page).to have_content('Project name')
end
end
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