Test Result : Scenario: Changing job description to unique one
0 failures
6 tests
All Tests
Test name | Duration | Status |
---|---|---|
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 unique one | 4 ms | Passed |
Then I create a new job entity from the existing creator | 0 ms | Passed |
Then I find a job with description "description123" | 0 ms | Passed |
When I change the job description from "jobDescription" to "description123" | 0 ms | Passed |