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

profile.feature « profile « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afda4b55081c3d9e1602eeb1a651049417d017ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Feature: Profile
  Background: 
    Given I signin as a user

  Scenario: I look at my profile
    Given I visit profile page
    Then I should see my profile info

  Scenario: I edit profile
    Given I visit profile page
    Then I change my contact info
    And I should see new contact info

  Scenario: I change my password
    Given I visit profile password page
    Then I change my password
    And I should be redirected to sign in page

  Scenario: I reset my token
    Given I visit profile token page
    Then I reset my token
    And I should see new token