Update LocalServerPort import to new package

This commit is contained in:
Eleftheria Stein
2022-05-12 18:12:41 +02:00
committed by Rob Winch
parent c3b8634fb4
commit 003335df73
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.session.mongodb.examples.pages.HomePage;
import org.springframework.session.mongodb.examples.pages.HomePage.Attribute;
import org.springframework.test.context.junit.jupiter.SpringExtension;