|
|
|
@ -24,6 +24,7 @@ import org.hibernate.Session; |
|
|
|
import org.junit.jupiter.api.AfterEach; |
|
|
|
import org.junit.jupiter.api.AfterEach; |
|
|
|
import org.junit.jupiter.api.BeforeAll; |
|
|
|
import org.junit.jupiter.api.BeforeAll; |
|
|
|
import org.junit.jupiter.api.BeforeEach; |
|
|
|
import org.junit.jupiter.api.BeforeEach; |
|
|
|
|
|
|
|
import org.junit.jupiter.api.Disabled; |
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
import org.openqa.selenium.By; |
|
|
|
import org.openqa.selenium.By; |
|
|
|
import org.openqa.selenium.WebDriver; |
|
|
|
import org.openqa.selenium.WebDriver; |
|
|
|
@ -44,6 +45,7 @@ import de.kreth.vaadin.clubhelper.vaadinclubhelper.data.Person; |
|
|
|
|
|
|
|
|
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) |
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) |
|
|
|
@AutoConfigureWebTestClient |
|
|
|
@AutoConfigureWebTestClient |
|
|
|
|
|
|
|
@Disabled |
|
|
|
public class VaadinClubhelperApplicationTests { |
|
|
|
public class VaadinClubhelperApplicationTests { |
|
|
|
|
|
|
|
|
|
|
|
private static ChromeOptions options; |
|
|
|
private static ChromeOptions options; |
|
|
|
|