The "time" argument has no effect with the waitForElementClickable action. **Example:** ```xml <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:** ```xml [waitForAddToCartButtonClickable] wait for element clickable "button#product-addtocart-button", 180 ```