Rename test class (#2003)

This commit is contained in:
Grzegorz Piwowarek
2017-06-06 22:12:50 +02:00
committed by GitHub
parent 3338f51cae
commit 4c88eebd55
@@ -11,7 +11,7 @@ import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.is;
public class SeleniumPageObjectTest { public class SeleniumPageObjectLiveTest {
private SeleniumConfig config; private SeleniumConfig config;
private BaeldungHomePage homePage; private BaeldungHomePage homePage;