Commit d625d064 authored by ppatil's avatar ppatil

changes

parent cd714876
......@@ -32,7 +32,7 @@ public class Employee_post_steps {
@Then("^verify employee_id is generated$")
public void verify_employee_id_is_generated() throws Throwable {
//Assertion to check employeeid present and not null value in response json
//Assertion to check employeeid present and not null value in response json hgfjbkjn
json.body(containsString("id"), notNullValue());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment