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

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

  @javascript
  Scenario: I should see New Projects page
  Then I see "New Project" page