nextcloud-server/tests/acceptance/features/bootstrap
Daniel Calviño Sánchez ace4449924 Adjust acceptance tests to changes of file names in file picker
File names are no longer shown directly in the ".filename" element, but
split in two "span" elements inside a ".filename-parts" element, so now
the texts in those span elements need to be concatenated to get the file
name.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03 16:29:52 +07:00
..
AppNavigationContext.php
AppSettingsContext.php
AppsManagementContext.php
CommentsAppContext.php Wait for the empty content element to be shown 2018-11-24 18:06:20 +07:00
ContactsMenuContext.php
DialogContext.php
FeatureContext.php
FileListAncestorSetter.php
FileListContext.php Add acceptance tests for moving and copying selections to another folder 2019-01-22 12:36:13 +07:00
FilePickerContext.php Adjust acceptance tests to changes of file names in file picker 2019-04-03 16:29:52 +07:00
FilesAppContext.php Extract locators and steps for sharing in Files app to their own context 2018-11-23 15:13:16 +07:00
FilesAppSharingContext.php Extract locators and steps for sharing in Files app to their own context 2018-11-23 15:13:16 +07:00
LoginPageContext.php Fix acceptance tests for wrong password message due to changed message 2019-03-11 11:54:38 +07:00
NotificationContext.php
PublicShareContext.php Rename "FilesSharingAppContext" to "PublicShareContext" 2018-11-23 15:13:16 +07:00
SearchContext.php Add acceptance tests for opening search results for comments 2018-12-21 20:14:38 +07:00
SettingsContext.php
SettingsMenuContext.php Adjust acceptance tests 2019-03-18 14:16:40 +07:00
ThemingAppContext.php
UsersSettingsContext.php Fix class selector for acceptance tests 2018-09-28 08:20:10 +07:00
WaitFor.php