Skip to content

Commit 9166614

Browse files
committed
MQE-2130: All PayPal SmartButton tests fail with error even though they are skipped
1 parent df5a57e commit 9166614

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

etc/config/functional.suite.dist.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modules:
1616
- \Magento\FunctionalTestingFramework\Module\MagentoAssert
1717
- \Magento\FunctionalTestingFramework\Module\MagentoActionProxies
1818
- Asserts
19+
- \Magento\FunctionalTestingFramework\Helper\HelperContainer
1920
config:
2021
\Magento\FunctionalTestingFramework\Module\MagentoWebDriver:
2122
url: "%MAGENTO_BASE_URL%"
@@ -34,6 +35,6 @@ modules:
3435
protocol: "%SELENIUM_PROTOCOL%"
3536
path: "%SELENIUM_PATH%"
3637
capabilities:
37-
unhandledPromptBehavior: "ignore"
38-
chromeOptions:
39-
args: ["--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough"]
38+
unhandledPromptBehavior: "ignore"
39+
chromeOptions:
40+
args: ["--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough"]

0 commit comments

Comments
 (0)