]> source.dussan.org Git - nextcloud-server.git/commit
Wait for the new user form to be visible 33792/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 1 Sep 2022 10:46:37 +0000 (12:46 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 1 Sep 2022 12:08:55 +0000 (14:08 +0200)
commitee68e4cf4409fb750cd0e994cc57ad50b2d8feb0
tree3242bed8a6b69c1aff4404948278009b1b47bb70
parent7f02be6010626cb36f9bbd3b25e89010133292c4
Wait for the new user form to be visible

Before it was checked if the new user form was visible, but it was not
waited for it. It seems that it can happen that the new user form is in
the DOM, and therefore found, but not visible yet when the tests run,
which caused them to (randomly) fail. Due to that now it is explicitly
waited until it is visible, rather than assuming that it is visible as
soon as it appears in the DOM.

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