diff --git a/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/PurchaseTest.java b/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java similarity index 98% rename from mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/PurchaseTest.java rename to mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java index 82e57c9..cf74f80 100644 --- a/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/PurchaseTest.java +++ b/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java @@ -26,7 +26,8 @@ * with "@Ignore". * */ -public class PurchaseTest { +//@Ignore // !!! un-comment out here !!! +public class ShowItemTest { protected WebDriver driver; @@ -70,7 +71,6 @@ public void after() throws Exception { } } - @Ignore // !!! un-comment out here !!! @Test public void purchase() throws Exception { // go top page and assert