Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Paweł Gesek
Paweł GesekReporter
Paweł Gesek
Paweł GesekStory Points
5
Original estimate
2d
Time tracking
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created September 9, 2016 at 12:04 PM
Updated February 28, 2017 at 3:21 PM
Resolved February 17, 2017 at 10:55 AM
Example tests from version 1, here.
Feature: Create users account
Scenario: User should be able to create an account
Given I have logged in as admin
When I try to create a user with username: Name, firstName: FirstN, lastName: LastN, email: testowesoldevelo@gmail.com, timezone: CET, active: true, verified:true, restrictLogin: false
Then I should get response with the user’s id
When I try to get user with id
Then I should get user with username: Name, firstName: FirstN, lastName: LastN, email: testowesoldevelo@gmail.com, timezone: CET, active: true, verified:true, restrictLogin: false