Skip to content

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

Open
@snez

Description

@snez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions