diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-14 18:58:16 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-14 18:58:16 +0300 |
commit | 0d66cf2a38540056b6400c526e62ccc0cbc3144d (patch) | |
tree | 9b164ae7e4f1378f28c089646a296f9ed765fc1d /features/profile/profile.feature | |
parent | 759fb518eb28ca59913f1c897b3cc056693709ca (diff) | |
download | gitlab-ce-0d66cf2a38540056b6400c526e62ccc0cbc3144d.tar.gz |
Fixed token feature
Diffstat (limited to 'features/profile/profile.feature')
-rw-r--r-- | features/profile/profile.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index 03cb7a13a6e..134cabb506f 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -17,6 +17,6 @@ Feature: Profile And I should be redirected to sign in page Scenario: I reset my token - Given I visit profile token page + Given I visit profile account page Then I reset my token And I should see new token |