BigW Consortium Gitlab

create.feature 729 Bytes
Newer Older
1
Feature: Project Create
Dmitriy Zaporozhets committed
2 3 4 5
  In order to get access to project sections
  A user with ability to create a project
  Should be able to create a new one

6
  @javascript
Dmitriy Zaporozhets committed
7
  Scenario: User create a project
Nihad Abbasov committed
8
    Given I sign in as a user
Dmitriy Zaporozhets committed
9 10 11 12
    When I visit new project page
    And fill project form with valid data
    Then I should see project page
    And I should see empty project instuctions
Marin Jankovski committed
13 14 15 16 17 18 19 20 21 22

  @javascript
  Scenario: Empty project instructions
    Given I sign in as a user
    When I visit new project page
    And fill project form with valid data
    Then I see empty project instuctions
    And I click on HTTP
    Then Remote url should update to http link
    And If I click on SSH
23
    Then Remote url should update to ssh link