Fix/update selenium config (#2095)
* Add project for hibernate immutable article Add Event entity Add hibernate configuration file Add hibernateutil for configuration Add test to match snippets from article * Update master * Selenium congif fix Change chromedriver files to geckodriver Use Firefox webdriver to stick with standard Update tests for JUnit and TestNG Modify SeleniumExample and move all WebDriver Configuration to corresponding class Update selectors and copy content
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
3a04c3adc1
commit
9cf533654d
+1
-1
@@ -10,7 +10,7 @@ import static org.testng.Assert.*;
|
||||
public class SeleniumWithJUnitLiveTest {
|
||||
|
||||
private static SeleniumExample seleniumExample;
|
||||
private String expectedTitle = "About Baeldung | Baeldung";
|
||||
private String expectedTitle = "Baeldung | Java, Spring and Web Development tutorials";
|
||||
|
||||
@BeforeClass
|
||||
public static void setUp() {
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import static org.testng.Assert.*;
|
||||
public class SeleniumWithTestNGLiveTest {
|
||||
|
||||
private SeleniumExample seleniumExample;
|
||||
private String expectedTitle = "About Baeldung | Baeldung";
|
||||
private String expectedTitle = "Baeldung | Java, Spring and Web Development tutorials";
|
||||
|
||||
@BeforeSuite
|
||||
public void setUp() {
|
||||
|
||||
Reference in New Issue
Block a user