Rename test class

This commit is contained in:
Grzegorz Piwowarek 2017-06-06 20:15:17 +02:00
parent 3338f51cae
commit a6f569a039
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
public class SeleniumPageObjectTest {
public class SeleniumPageObjectLiveTest {
private SeleniumConfig config;
private BaeldungHomePage homePage;