]> source.dussan.org Git - nextcloud-server.git/commit
Wait for the new user form to be visible 33791/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 11:47:51 +0000 (13:47 +0200)
commit33b67401234b8240d0b837e810a1267593155342
treec89c0f02dbe70bdee70836936cdf39a9820b161a
parent618bbe7d5c810ad49c8950d80ecf69ddebffbb87
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