@Then("user Subcategory should be created successfully for connected flow")
public void user_subcategory_should_be_created_successfully_for_connected_flow() {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java.PendingException();
}
@When("user clicked on home button for Subcategory validation")
public void user_clicked_on_home_button_for_subcategory_validation() {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java.PendingException();
}
@Then("user validate the new Subcreated category in the homepage")
public void user_validate_the_new_subcreated_category_in_the_homepage() {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java.PendingException();
}