Sha256: 2c7c491a503ac3081b6014cf58b622a89a6ef2319c50b4d369ce0db1aaa321bc

Contents?: true

Size: 637 Bytes

Versions: 11

Compression:

Stored size: 637 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 press "Regenerate"
  Then I should not see "d49cd50f6f0d2b163f48fc73cb249f0244c37074"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.3.1 features/backoffice/my_account.feature
locomotive_cms-2.3.0 features/backoffice/my_account.feature
locomotive_cms-2.2.3 features/backoffice/my_account.feature
locomotive_cms-2.2.2 features/backoffice/my_account.feature
locomotive_cms-2.2.1 features/backoffice/my_account.feature
locomotive_cms-2.2.0 features/backoffice/my_account.feature
locomotive_cms-2.1.4 features/backoffice/my_account.feature
locomotive_cms-2.1.3 features/backoffice/my_account.feature
locomotive_cms-2.1.2 features/backoffice/my_account.feature
locomotive_cms-2.1.1 features/backoffice/my_account.feature
locomotive_cms-2.1.0 features/backoffice/my_account.feature