server/tests/acceptance/features
Daniel Calviño Sánchez 65263817d0 Wait for the comment to be added before changing to another file
If the server is too slow, changing to a different file immediately
after sending a new comment but without waiting for the comment to be
shown for the original file could cause the new comment to be shown for
the current file instead.

This is, indeed, a bug in the comments. However, it is not possible to
test it reliably in the acceptance tests, as it depends on how fast the
server adds the message and how fast the client changes to a different
file; sometimes the test would fail and sometimes it would not.

Therefore, now it is waited for the comment to be added before changing
to another file, as in this case it can be reliably tested that changing
to a different file does not cause the comments from the previous file
to be shown in the current file (this was a different bug already fixed
and due to which this test was added in the first place).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-24 18:16:09 +01:00
..
bootstrap Wait for the empty content element to be shown 2018-11-24 18:06:20 +01:00
core Move the browser window of an actor to the foreground when acting as him 2018-10-26 11:07:13 +02:00
access-levels.feature Header acceptance features 2018-03-09 14:33:22 +01:00
app-comments.feature Wait for the comment to be added before changing to another file 2018-11-24 18:16:09 +01:00
app-files-tags.feature Add acceptance tests for showing again the input field for tags 2018-11-22 05:26:45 +01:00
app-files.feature Add acceptance tests for opening and closing again the details view 2018-11-22 05:26:01 +01:00
app-theming.feature Move acceptance tests that crash the PHP built-in server to Apache 2018-10-29 12:38:42 +01:00
apps.feature Also test enabling of the Antivirus App for files 2018-09-26 22:05:42 +02:00
header.feature Header acceptance features 2018-03-09 14:33:22 +01:00
login.feature Adds disabled user acceptance tests 2018-07-24 17:31:03 +02:00
users.feature Adds an acceptance test for the users settings navigation without disabled users 2018-08-14 22:28:11 +02:00