We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6618a commit 1d497deCopy full SHA for 1d497de
test/functional/flutter_integration/helper/test_helper.py renamed to test/functional/flutter_integration/conftest.py
@@ -21,7 +21,7 @@
21
from appium.webdriver.extensions.flutter_integration.flutter_commands import FlutterCommand
22
from test.helpers.constants import SERVER_URL_BASE
23
24
-from .options import make_options
+from .helper.options import make_options
25
26
if TYPE_CHECKING:
27
from appium.webdriver.webdriver import WebDriver
0 commit comments