nextcloud/tests/acceptance/features
Daniel Calviño Sánchez 1381f6c131 Replace "named" Mink selectors with "named_exact" Mink selectors
The "named" Mink selector first tries to find an exact match for its
locator and then, if not found, tries to find a partial match. Besides
other harder to track problems (see comment in the commit in which the
"content" locator was removed), this could cause, for example, finding
an action link titled "Favorited" when looking for the action link
titled "Favorite" (that is, one that conveys the opposite state to the
one found).

Although currently all the acceptance tests are compatible with both the
"named" and the "named_exact" Mink selectors the predefined locators are
modified to use the "named_exact" Mink selector to make them more
future-proof; the "named" Mink selector can still be used if needed
through the "customSelector" method in the builder object.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-02 15:09:38 +02:00
..
bootstrap Remove "content" locator from acceptance tests 2017-05-02 15:09:25 +02:00
core Replace "named" Mink selectors with "named_exact" Mink selectors 2017-05-02 15:09:38 +02:00
access-levels.feature Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
app-files.feature Add acceptance tests for closing details view in Files app 2017-04-25 17:45:37 +02:00
login.feature Make test passwords valid for the password_policy app 2017-04-21 14:47:44 +02:00