mirror of
https://github.com/nextcloud/server.git
synced 2026-03-06 23:40:55 -05:00
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> |
||
|---|---|---|
| .. | ||
| AppNavigationContext.php | ||
| AppSettingsContext.php | ||
| AppsManagementContext.php | ||
| CommentsAppContext.php | ||
| ContactsMenuContext.php | ||
| DialogContext.php | ||
| FeatureContext.php | ||
| FileListAncestorSetter.php | ||
| FileListContext.php | ||
| FilesAppContext.php | ||
| FilesSharingAppContext.php | ||
| LoginPageContext.php | ||
| NotificationContext.php | ||
| SettingsContext.php | ||
| SettingsMenuContext.php | ||
| ThemingAppContext.php | ||
| UsersSettingsContext.php | ||
| WaitFor.php | ||