Test Result : Scenario: Creating unique job with short description
0 failures
6 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 |
Given I prepare a job with name "jobN" and description "d" | 0 ms | Passed |
Scenario: Creating unique job with short description | 8 ms | Passed |
Then I find a job with description "d" | 0 ms | Passed |
When I create a new job entity from the existing creator | 1 ms | Passed |