From 758358799d08f7cc57442e8907b965c0175d5c43 Mon Sep 17 00:00:00 2001 From: Neha Verma Date: Mon, 18 Nov 2024 17:38:41 +0530 Subject: [PATCH] Update UserTestingApplicationTests.java Updated LocalServerPort library as per latest java changes. --- .../jwdnd/c1/l5/usertesting/UserTestingApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udacity-jwdnd-c1-l5-junit-and-selenium-master/src/test/java/com/udacity/jwdnd/c1/l5/usertesting/UserTestingApplicationTests.java b/udacity-jwdnd-c1-l5-junit-and-selenium-master/src/test/java/com/udacity/jwdnd/c1/l5/usertesting/UserTestingApplicationTests.java index 37344d1..09773d7 100644 --- a/udacity-jwdnd-c1-l5-junit-and-selenium-master/src/test/java/com/udacity/jwdnd/c1/l5/usertesting/UserTestingApplicationTests.java +++ b/udacity-jwdnd-c1-l5-junit-and-selenium-master/src/test/java/com/udacity/jwdnd/c1/l5/usertesting/UserTestingApplicationTests.java @@ -13,7 +13,7 @@ import org.openqa.selenium.support.ui.FluentWait; import org.openqa.selenium.support.ui.WebDriverWait; import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.boot.web.server.LocalServerPort; +import org.springframework.boot.test.web.server.LocalServerPort; import static org.junit.jupiter.api.Assertions.assertEquals;