magento/magento2-functional-testing-framework

v4.3.4 - Action waitForElementClickable ignores the "time" argument

snez opened this issue · 1 comments

snez commented

The "time" argument has no effect with the waitForElementClickable action.

Example:

<waitForElementClickable selector="{{StorefrontProductInfoMainSection.AddToCart}}" time="180" stepKey="waitForAddToCartButtonClickable"/>

Result:

[waitForAddToCartButtonClickable] wait for element clickable "button#product-addtocart-button"

Times out exactly after 10 seconds, ignoring both the time attribute as well as the configured WAIT_TIMEOUT environment variable.

Expected result:

[waitForAddToCartButtonClickable] wait for element clickable "button#product-addtocart-button", 180

Hi @snez. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.