mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-10 00:23:58 +00:00
Revert "BETTERZON-21: Finishing stepdefs for Search Product test case"
This reverts commit 6ff8caf6f3
.
This commit is contained in:
parent
d21bdfa12a
commit
742e86611d
|
@ -1,6 +1,7 @@
|
||||||
package stepdefs;
|
package stepdefs;
|
||||||
|
|
||||||
import cucumber.api.PendingException;
|
import cucumber.api.PendingException;
|
||||||
|
import cucumber.api.java.en.And;
|
||||||
import cucumber.api.java.en.Given;
|
import cucumber.api.java.en.Given;
|
||||||
import cucumber.api.java.en.Then;
|
import cucumber.api.java.en.Then;
|
||||||
import cucumber.api.java.en.When;
|
import cucumber.api.java.en.When;
|
||||||
|
@ -18,35 +19,11 @@ public class SearchProduct {
|
||||||
public void the_user_should_see_the_error_page(String arg0) throws Exception {
|
public void the_user_should_see_the_error_page(String arg0) throws Exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Given("^the user is not logged in$")
|
@And("^the user is not logged in$")
|
||||||
public void the_user_is_not_logged_in() throws Exception {
|
public void the_user_is_not_logged_in() throws Exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Given("^the user is logged in$")
|
@And("^the user is logged in$")
|
||||||
public void the_user_is_logged_in() throws Exception {
|
public void the_user_is_logged_in() throws Exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Then("^the user should see a list of products$")
|
|
||||||
public void the_user_should_see_a_list_of_products() throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
@When("^the user clicks on the first product$")
|
|
||||||
public void the_user_clicks_on_the_first_product() throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Then("^the user should see the product detail page$")
|
|
||||||
public void the_user_should_see_the_product_detail_page() throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Then("^the set price alarm box should show \"([^\"]*)\"$")
|
|
||||||
public void the_set_price_alarm_box_should_show(String arg0) throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
@When("^the user sets a price alarm$")
|
|
||||||
public void the_user_sets_a_price_alarm() throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Then("^the user should receive an email confirming the price alarm$")
|
|
||||||
public void the_user_should_receive_an_email_confirming_the_price_alarm() throws Exception {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user