nextcloud/tests/acceptance/features/bootstrap
Greta Doci 1993984769 Adjust acceptance tests to changes in link share menu behaviour
Now the link share menu is not automatically opened after a link share
is created, so waiting until it was opened failed in iShareTheLinkFor.

Note that the steps that interact with the link share menu take care
themselves of showing the menu if needed, so there is no need to
explicitly show it despite the change. Also, the waiting in
iShareTheLinkFor was introduced when the link share menu was changed
to automatically open after creating a link share, as that caused some
issues with the steps that opened the menu by themselves (fec8d12fc5).
Due to all this, now that the link share menu is again not automatically
opened the wait can be simply removed.

Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-08-29 10:19:03 +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 Wait for the empty content element to be shown 2018-11-24 18:06:20 +01: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 Add acceptance tests for moving and copying selections to another folder 2019-01-22 12:36:13 +01:00
FilePickerContext.php Adjust acceptance tests to changes of file names in file picker 2019-04-03 16:29:52 +02:00
FilesAppContext.php Extract locators and steps for sharing in Files app to their own context 2018-11-23 15:13:16 +01:00
FilesAppSharingContext.php Adjust acceptance tests to changes in link share menu behaviour 2019-08-29 10:19:03 +02:00
LoginPageContext.php Fix acceptance tests for wrong password message due to changed message 2019-03-11 11:54:38 +01:00
NotificationContext.php Adjust acceptance tests to notifications based on toastify 2019-06-12 14:32:15 +02:00
PublicShareContext.php Add messages to assertFalse/True to clarify the failed assertion 2019-06-12 15:32:40 +02:00
SearchContext.php Add acceptance tests for opening search results for comments 2018-12-21 20:14:38 +01:00
SettingsContext.php Add acceptance tests for unselecting items in dropdown for tags 2017-07-10 03:38:22 +02:00
SettingsMenuContext.php Adjust acceptance tests 2019-03-18 14:16:40 +01: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