nextcloud/tests/acceptance
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
..
config Add acceptance tests for sharing password protected links 2017-04-24 11:33:07 +02:00
features Replace "named" Mink selectors with "named_exact" Mink selectors 2017-05-02 15:09:38 +02:00
composer.json Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
installAndConfigureServer.sh Make test passwords valid for the password_policy app 2017-04-21 14:47:44 +02:00
run-local.sh Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
run.sh Fix minor code style issues (also known as nitpicking) 2017-04-22 17:50:37 +02:00