Skip to content

Commit fd46a75

Browse files
committed
Reordering imports based on recent build errors
1 parent 4c0ffd5 commit fd46a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/io/appium/java_client/pagefactory_tests/DesktopBrowserCompatibilityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import io.appium.java_client.pagefactory.AndroidFindBy;
2222
import io.appium.java_client.pagefactory.AppiumFieldDecorator;
2323
import io.appium.java_client.pagefactory.HowToUseLocators;
24-
import io.appium.java_client.pagefactory.iOSXCUITFindBy;
2524
import io.appium.java_client.pagefactory.Widget;
25+
import io.appium.java_client.pagefactory.iOSXCUITFindBy;
2626
import org.junit.jupiter.api.BeforeAll;
2727
import org.junit.jupiter.api.Test;
2828
import org.openqa.selenium.WebDriver;

src/test/java/io/appium/java_client/pagefactory_tests/widget/tests/DefaultStubWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
import io.appium.java_client.pagefactory.Widget;
44
import org.jspecify.annotations.Nullable;
5-
import org.openqa.selenium.WebElement;
65
import org.openqa.selenium.Point;
76
import org.openqa.selenium.Dimension;
87
import org.openqa.selenium.Rectangle;
98
import org.openqa.selenium.OutputType;
109
import org.openqa.selenium.WebDriverException;
10+
import org.openqa.selenium.WebElement;
1111

1212
import java.util.List;
1313

0 commit comments

Comments
 (0)