]> source.dussan.org Git - nextcloud-server.git/commit
Assert also element visibility instead of just finding it
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 5 Mar 2021 21:00:22 +0000 (22:00 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 8 Mar 2021 07:59:37 +0000 (07:59 +0000)
commitf92a216dcf80a2e5cfbe2a956dfbc1abd0a1add6
treed47b764994b688611bc6acd293b54953b168f341
parent30c91a730381e45d74f56759547b8f07fe5e1add
Assert also element visibility instead of just finding it

Although if the element could not be found an exception would be thrown
and the test aborted if an element is in the DOM but hidden it would be
found and the test would pass.

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