]> source.dussan.org Git - nextcloud-server.git/commit
Find directly the label instead of falling back to it 25994/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 5 Mar 2021 21:02:46 +0000 (22:02 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 8 Mar 2021 07:59:37 +0000 (07:59 +0000)
commitace7b9dfe1ba95183e3b27368e1407443a42279b
treea4cba1087fbfca06b14534c00e7a703b37b1bdf5
parentf92a216dcf80a2e5cfbe2a956dfbc1abd0a1add6
Find directly the label instead of falling back to it

The input element is always hidden, so the check always ended falling
back to the label. Moreover, the label is the element that the user
interacts with, so it must be the one used.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/bootstrap/AppSettingsContext.php