Ayke Halder
Ayke Halder
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe This should not...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
### What happened? The docs mention * `static ExpectedCondition elementToBeClickable(By locator)` * `static ExpectedCondition elementToBeClickable(WebElement element)` > An expectation for checking an element is visible and enabled such that you...
# What this PR does This introduce a new method that removes the query-string from `SearchRequest`. Other active filters e.g. selected categories are not removed from `SearchRequest`. This is especially...
**Is your feature request related to a problem? Please describe.** Removing the query-string from a `SearchRequest` might be used to keep e.g. the category selections while not limiting the result...
### Bug description WebDriverExpectedCondition::elementToBeClickable should check if an element is clickable. Elements that have CSS `pointer-events: none` set are not clickable. This should be considered in the check for clickability....
This removes any default styles `margin`/`padding` from the `body`-tag in emails. The notification email-template relies on some given default body-margin of 12px surrounding the content. The 12px-margin is re-added via...
# 🚀 Feature Request ### 📝 Description Simulate real device size. Mobile phones are much smaller than the displayed view on screen. This often tends to the implementation of UI...