debian-mirror-gitlab/features/dashboard/new_project.feature

31 lines
892 B
Gherkin
Raw Normal View History

2015-04-26 12:48:37 +05:30
@dashboard
Feature: New Project
Background:
Given I sign in as a user
And I own project "Shop"
And I visit dashboard page
2015-09-25 12:07:36 +05:30
And I click "New project" link
2015-04-26 12:48:37 +05:30
@javascript
2015-10-24 18:46:33 +05:30
Scenario: I should see New Projects page
Then I see "New Project" page
2015-09-25 12:07:36 +05:30
Then I see all possible import optios
@javascript
Scenario: I should see instructions on how to import from Git URL
2015-10-24 18:46:33 +05:30
Given I see "New Project" page
2015-09-25 12:07:36 +05:30
When I click on "Any repo by URL"
Then I see instructions on how to import from Git URL
@javascript
Scenario: I should see instructions on how to import from GitHub
2015-10-24 18:46:33 +05:30
Given I see "New Project" page
2015-04-26 12:48:37 +05:30
When I click on "Import project from GitHub"
Then I see instructions on how to import from GitHub
2015-09-25 12:07:36 +05:30
@javascript
Scenario: I should see Google Code import page
2015-10-24 18:46:33 +05:30
Given I see "New Project" page
2015-09-25 12:07:36 +05:30
When I click on "Google Code"
Then I redirected to Google Code import page