balena-io-modules / rendition

A library of React UI components
https://balena-io-modules.github.io/rendition
Apache License 2.0
213 stars 27 forks source link

Add class to the "Show outdated images" checkbox #1715

Closed Page- closed 1 year ago

Page- commented 1 year ago

Change-type: patch

Connects-to: # See: Depends-on: Change-type: major|minor|patch


Contributor checklist
Reviewer Guidelines

Page- commented 1 year ago

LGTM

JSReds commented 1 year ago

Fine by me @Page- if you add the class there, you will have to do something like this e2e side:

document.querySelector('.e2e-show-outdated-images input').click()

And not

document.querySelector('.e2e-show-outdated-images').click()