]> source.dussan.org Git - nextcloud-server.git/commit
Move the browser window of an actor to the foreground when acting as him 12120/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sun, 14 Oct 2018 18:56:50 +0000 (20:56 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 29 Oct 2018 15:26:12 +0000 (16:26 +0100)
commit264421b5da86bf8c721c95e1f375a1d75b812140
tree5e3a7a456cb63acb622534ec921149fc9428c85e
parent48b57d1284ead63c65b387a77003a0415668a393
Move the browser window of an actor to the foreground when acting as him

Each time a new actor appears in a scenario the browser window of the
new actor is put in front of the browser windows of the previous actors.
Before, when acting again as a previous actor his browser window stayed
in the background; in most cases everything worked fine even if the
window was in the background, but due to a bug in the Firefox driver of
Selenium and/or maybe in Firefox itself when the window was in the
background it was not possible to set the value of an input field that
had a range selected.

Now, when acting again as a previous actor his browser window is brought
to the foreground. This prevents the bug from manifesting, but also
reflects better how a user would interact with the browser in real life.

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