Sha256: b62b82509c5c52cd8eb063c44920c8404c08cb9f66988832d14f4d537e4c48b1

Contents?: true

Size: 699 Bytes

Versions: 15

Compression:

Stored size: 699 Bytes

Contents

Feature: Manage my account
  In order to manage my account
  As an administrator
  I want to edit my profile and credentials

Background:
  Given I have the site: "test site" set up with name: "test site"
  And I am an authenticated user

@javascript
Scenario: Viewing my API key
  When I go to the account settings
  And I click on the "Credentials" folder
  Then I should see "d49cd50f6f0d2b163f48fc73cb249f0244c37074"

@javascript
Scenario: Changing  my API key
  When I go to the account settings
  And I click on the "Credentials" folder
  And I should see "d49cd50f6f0d2b163f48fc73cb249f0244c37074"
  And I press "Regenerate"
  Then I should not see "d49cd50f6f0d2b163f48fc73cb249f0244c37074"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 features/backoffice/my_account.feature
locomotive_cms-2.5.6 features/backoffice/my_account.feature
locomotive_cms-2.5.6.rc2 features/backoffice/my_account.feature
locomotive_cms-2.5.6.rc1 features/backoffice/my_account.feature
locomotive_cms-2.5.5 features/backoffice/my_account.feature
locomotive_cms-2.5.4 features/backoffice/my_account.feature
locomotive_cms-2.5.3 features/backoffice/my_account.feature
locomotive_cms-2.5.2 features/backoffice/my_account.feature
locomotive_cms-2.5.1 features/backoffice/my_account.feature
locomotive_cms-2.5.0 features/backoffice/my_account.feature
locomotive_cms-2.5.0.rc3 features/backoffice/my_account.feature
locomotive_cms-2.5.0.rc2 features/backoffice/my_account.feature
locomotive_cms-2.5.0.rc1 features/backoffice/my_account.feature
locomotive_cms-2.4.1 features/backoffice/my_account.feature
locomotive_cms-2.4.0 features/backoffice/my_account.feature