diff --git a/src/test/java/starter/navigation/SpringPetclinicHomePage.java b/src/test/java/starter/navigation/SpringPetclinicHomePage.java index a21156667d4df1e736a5d0f83867f36144e76ec9..54712669193917959f0ed94fc39f323d076eff8a 100644 --- a/src/test/java/starter/navigation/SpringPetclinicHomePage.java +++ b/src/test/java/starter/navigation/SpringPetclinicHomePage.java @@ -3,7 +3,7 @@ package starter.navigation; import net.serenitybdd.annotations.DefaultUrl; import net.serenitybdd.core.pages.PageObject; -//@DefaultUrl("http://127.0.0.1") -@DefaultUrl("https://spring-petclinic-angular-wida.dokku-ppl.cs.ui.ac.id") +@DefaultUrl("http://127.0.0.1") +//@DefaultUrl("https://spring-petclinic-angular-wida.dokku-ppl.cs.ui.ac.id") public class SpringPetclinicHomePage extends PageObject { } diff --git a/src/test/resources/features/veterinarian/manage_pet_types.feature b/src/test/resources/features/veterinarian/manage_pet_types.feature index 71a26932608660b52c4fee5f86d5b6fcb930a051..75712e9c58b6ae48e853fa1662524251e1f23b52 100644 --- a/src/test/resources/features/veterinarian/manage_pet_types.feature +++ b/src/test/resources/features/veterinarian/manage_pet_types.feature @@ -19,6 +19,6 @@ Feature: Manage pet types Given a system operator named "Jane" is looking at the pet types page And she found the following pet types exist And found "turtle" is the last pet type - When she edits "turtle" to "ninja turtle" - Then she should see "ninja turtle" on the pet types page + When she edits "turtle" to "ninja turtle" + Then she should see "ninja turtle" on the pet types page And does not see "turtle" on the pet types page \ No newline at end of file