nextcloud/tests/acceptance/features/bootstrap
Daniel Calviño Sánchez f844799d9b 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>
2018-10-26 11:07:13 +02:00
..
AppNavigationContext.php Adds tests for testing removing an empty group 2018-07-20 09:51:23 +02:00
AppSettingsContext.php Bump script and fixed copyright template 2018-05-16 09:50:24 +02:00
AppsManagementContext.php Properly check for the sidebar 2018-06-09 12:06:14 +02:00
CommentsAppContext.php Adjust acceptance tests to sidebar changes in Files app 2018-07-20 23:38:03 +02:00
ContactsMenuContext.php Header acceptance features 2018-03-09 14:33:22 +01:00
DialogContext.php Bump script and fixed copyright template 2018-05-16 09:50:24 +02:00
FeatureContext.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
FileListAncestorSetter.php Generalize file list steps so a specific ancestor can be used 2018-03-09 03:37:08 +01:00
FileListContext.php Move the browser window of an actor to the foreground when acting as him 2018-10-26 11:07:13 +02:00
FilesAppContext.php Change wording of 'Copy URL' to more understandable 'Copy link' 2018-10-01 11:02:12 +02:00
FilesSharingAppContext.php Fix acceptance test 2018-06-20 08:57:13 +02:00
LoginPageContext.php Adds disabled user acceptance tests 2018-07-24 17:31:03 +02:00
NotificationContext.php Remove "content" locator from acceptance tests 2017-05-02 15:09:25 +02:00
SettingsContext.php Add acceptance tests for unselecting items in dropdown for tags 2017-07-10 03:38:22 +02:00
SettingsMenuContext.php Acceptance and mobile navigation fixes 2018-07-24 11:01:11 +02:00
ThemingAppContext.php Adjust theming acceptance tests to new header colour transition 2018-06-20 19:21:54 +02:00
UsersSettingsContext.php Fix class selector for acceptance tests 2018-09-28 08:20:10 +02:00
WaitFor.php Extract common "wait for" functions to a helper class 2018-03-09 03:37:08 +01:00