Rename test class

This commit is contained in:
Grzegorz Piwowarek 2017-06-06 20:15:17 +02:00
parent 3338f51cae
commit a6f569a039

View File

@ -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;