Cumulocity-IoT / cumulocity-cypress

Collection of commands and utilities to be used for automating tests for Cumulocity with Cypress.
Apache License 2.0
8 stars 2 forks source link

fix(c8yscrn): Allow highlighting multiple elements with single border #182

Closed thomaswinkler closed 1 week ago

thomaswinkler commented 1 week ago

When highlighting selectors matching multiple elements, each of the elements has been highlighted separately. Now the style is applied to the union rect of all elements. The border and styles properties are both applied, giving more flexibility when highlighting elements. border now also allows overriding the individual properties of the default settings, e.g. using "outline-offset": "6px".

thomaswinkler commented 1 week ago

Approved

github-actions[bot] commented 1 week ago

:tada: This issue has been resolved in version 0.7.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: