nextcloud/tests/acceptance/features
Daniel Calviño Sánchez 766135cb64 Generalize file list locators so a specific ancestor can be used
The file list is used in other places besides the Files app (for
example, the File sharing app); in those cases the locators for the file
list elements are the same, but not for the ancestor of the file list.
To make possible to reuse the file list locators in those cases too now
they receive the ancestor to use.

Note that the locators for the file actions menu were not using an
ancestor locator because it is expected that there is only one file
actions menu at a time in the whole page; that may change in the future,
but for the time being it is a valid assumption and thus the ancestor
was not added to those locators in this commit.

Although the locators were generalized the steps themselves still use
the "FilesAppContext::currentSectionMainView" locator as ancestor; the
steps will be generalized in a following commit.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-03-09 03:37:08 +01:00
..
bootstrap Generalize file list locators so a specific ancestor can be used 2018-03-09 03:37:08 +01:00
core Store the name of the actor in the Actor object 2018-03-09 03:37:08 +01:00
access-levels.feature fix typos and unnecessary white spaces 2017-06-26 10:30:42 +02:00
app-comments.feature Take into account the comment message when looking for it 2018-02-15 17:48:07 +01:00
app-files.feature fixup! Acceptance fix 2018-03-01 12:57:00 +01:00
app-theming.feature Allows adding of hex color to the theme-color 2017-12-08 10:42:41 +01:00
login.feature Fix acceptance tests 2018-02-28 11:17:39 +01:00