nextcloud/tests/acceptance/features/bootstrap
Daniel Calviño Sánchez 9ff0941c07 Replace inline favorite action with just a favorite icon
This is a preparatory step for a following commit in which the position
of the favorite icon and the checkbox will be swapped; in that new
design the favorite icon is no longer expected to be an action but just
a simple mark on whether the file is favorited or not (the action is
expected to be triggered then only from the file actions menu).

The favorite icon is now fully shown or completely hidden depending on
whether the file is favorited or not. As the icon is just informative
but no longer an action now it does not change when hovered or focus. In
the same way, the alternative text when the file is not favorited now it
is not "Favorite" (an action) but "Not favorited" instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-10-19 01:46:13 +02:00
..
AppNavigationContext.php Extract app navigation elements to its own context 2017-07-08 15:36:01 +02:00
FeatureContext.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
FilesAppContext.php Replace inline favorite action with just a favorite icon 2017-10-19 01:46:13 +02:00
FilesSharingAppContext.php Remove "content" locator from acceptance tests 2017-05-02 15:09:25 +02:00
LoginPageContext.php Remove "content" locator from acceptance tests 2017-05-02 15:09:25 +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 try to lower the timeout in an acceptance test 2017-06-26 14:42:07 +02:00
ThemingAppContext.php Add acceptance tests for setting the color in the Theming app 2017-08-10 12:37:57 +02:00
UsersSettingsContext.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00