Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new_project.feature « dashboard « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 431dc4ccfcb258c50a042274bb53d40832049b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@dashboard
Feature: New Project
Background:
  Given I sign in as a user
  And I own project "Shop"
  And I visit dashboard page

  @javascript
  Scenario: I should see New projects page
  Given I click "New project" link
  Then I see "New project" page
  When I click on "Import project from GitHub"
  Then I see instructions on how to import from GitHub