Sha256: b48ef76d98e9b9f65ce710a812b1d8b3845f27068b583b5050727a78108ce718
Contents?: true
Size: 698 Bytes
Versions: 7
Compression:
Stored size: 698 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
7 entries across 7 versions & 1 rubygems