]> source.dussan.org Git - nextcloud-server.git/commit
Wait for the empty content element to be shown
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sat, 24 Nov 2018 17:06:20 +0000 (18:06 +0100)
committerBackportbot <backportbot-noreply@rullzer.com>
Tue, 27 Nov 2018 16:56:38 +0000 (16:56 +0000)
commitfc0a1d10159e60d1e76a3f141b5c13da7a633c1f
tree9770ba195dd60ebc469b560f07836dbec499b410
parent2706bc7df7801e1ad4fed82922387d11e4726233
Wait for the empty content element to be shown

When the "Comments" tab is open the empty content element is always in
the DOM, although it is only shown once the message collection was
fetched and there were no messages. Due to this it is necessary to
explicitly wait for it to be shown instead of relying on the implicit
wait made to find the element; otherwise it would be found immediately
and if the collection was not fetched yet it would not be visible,
causing the test to fail.

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