profile.feature 569 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1
Feature: Profile
2 3
  Background:
    Given I sign in as a user
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
4 5 6 7 8

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

9 10 11 12 13
  Scenario: I edit profile
    Given I visit profile page
    Then I change my contact info
    And I should see new contact info

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
14
  Scenario: I change my password
15
    Given I visit profile account page
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
16 17 18 19 20 21 22
    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