Open
Description
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
Labels
No labels