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

create_group.feature « group « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b77f3599e6a20134bfbc0ff77c86f4287462011b (plain)
1
2
3
4
5
6
7
8
9
10
11
Feature: Groups
  Background:
    Given I sign in as a user

  Scenario: Create a group from dasboard
    Given I have group with projects
    And I visit dashboard page
    When I click new group link
    And submit form with new group info
    Then I should be redirected to group page
    And I should see newly created group