magento / magento2-functional-testing-framework

Magento2 Functional Testing Framework
Other
155 stars 133 forks source link

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

Open snez opened 9 months ago

snez commented 9 months ago

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
m2-assistant[bot] commented 9 months ago

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.