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

group.feature « dashboard « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ae2c679dc1a8aa7dd7842854c89c239ccce797d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@dashboard
Feature: Dashboard Group
  Background:
    Given I sign in as "John Doe"
    And "John Doe" is owner of group "Owned"
    And "John Doe" is guest of group "Guest"

  Scenario: Create a group from dasboard
    And I visit dashboard groups page
    And I click new group link
    And submit form with new group "Samurai" info
    Then I should be redirected to group "Samurai" page
    And I should see newly created group "Samurai"