Sha256: 0fb8fbc9e6777186c58f989c00b90089e9d8ccdf1dc23e9491d59b86b60b7ccc
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
Feature: see all of the user As an logged in administrator I want create a new user Background: Given I am logged in as an administrator Scenario: View the new user form When I am on the new admin user page Then I should see the view "admin/users/new" Then I should see the breadcrumb "Home Page" link to the root page Then I should see the breadcrumb "List Users" link to the admin users page Then I should see the breadcrumb title "New User" Then the "Full Name" field should be required Then the "Full Name" field should be blank Then the "Login Name" field should be required Then the "Login Name" field should be blank Then the "Email" field should be required Then the "Email" field should be blank Then the "Time Zone" field should be required Then the "Time Zone" select field should be "(GMT-05:00) Eastern Time (US & Canada)" Then the "Access Level" field should be required Then the "Access Level" select field should be "Account Disabled" Then I should see the "Cancel" link to the admin users page Then I should see the "Create" button
Version data entries
3 entries across 3 versions & 1 rubygems