Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
snez opened this issue Nov 9, 2023 · 1 comment
Open

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

snez opened this issue Nov 9, 2023 · 1 comment

Comments

@snez
Copy link

snez commented Nov 9, 2023

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
Copy link

m2-assistant bot commented Nov 9, 2023

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.

@snez snez changed the title v4.3.4 waitForElementClickable ignores the "time" argument v4.3.4 - Action waitForElementClickable ignores the "time" argument Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant