Skip to content
Snippets Groups Projects
Commit 2c26cb41 authored by Jiří Mlejnek's avatar Jiří Mlejnek
Browse files

Add imports

parent 91bb19cd
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ import org.springframework.test.context.ActiveProfiles; ...@@ -18,6 +18,10 @@ import org.springframework.test.context.ActiveProfiles;
import io.github.bonigarcia.wdm.WebDriverManager; import io.github.bonigarcia.wdm.WebDriverManager;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
   
import java.time.Duration;
import static org.junit.jupiter.api.Assertions.assertEquals;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT) @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
@Slf4j @Slf4j
@ActiveProfiles("inttest") @ActiveProfiles("inttest")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment