Test Result : Scenario: Changing job name to unique one
0 failures
9 tests
All Tests
Test name | Duration | Status |
---|---|---|
And I search for the job in the database | 0 ms | Passed |
And No exception was thrown | 0 ms | Passed |
And There is no job with name "jobName" in database | 0 ms | Passed |
Given I prepare a job with name "jobName" and description "jobDescription" | 0 ms | Passed |
Scenario: Changing job name to unique one | 5 ms | Passed |
Then I change name of job from "jobName" to "jobName1" | 0 ms | Passed |
Then I find a job with name "jobName1" | 0 ms | Passed |
Then I search for the job in the database | 0 ms | Passed |
When I create a new job entity from the existing creator | 0 ms | Passed |