(style, timeout = 4500)
| 157 | * @return {Promise} |
| 158 | */ |
| 159 | export const waitForTestComponentToHaveStyle = (style, timeout = 4500) => |
| 160 | waitForElementToHaveStyle(componentElement, style, timeout); |
| 161 | |
| 162 | /** |
| 163 | * @param {HTMLElement} element |
no test coverage detected