And I create a new job entity from the existing creator | 0 ms | Passed |
And No exception was thrown | 0 ms | Passed |
Given I prepare a job with name "jobName" and description "jobDescription" | 0 ms | Passed |
Scenario: Changing job description to non-unique one | 6 ms | Passed |
Then I prepare a job with name "jobName1" and description "jobDescription1" | 0 ms | Passed |
When I change the job description from "jobDescription" to "jobDescription" | 0 ms | Passed |
When I create a new job entity from the existing creator | 0 ms | Passed |