aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-08-08 15:17:23 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2023-08-18 22:51:12 +0200
commit2ace681a2aba22b97e2d2807b5495bd67adcb192 (patch)
tree3c105cdb345060b64a1e265356a6108427b4025f /tests
parent49085aa17950b8e444a5b5689bd54890ef108a68 (diff)
downloadnextcloud-server-2ace681a2aba22b97e2d2807b5495bd67adcb192.tar.gz
nextcloud-server-2ace681a2aba22b97e2d2807b5495bd67adcb192.zip
Download and enable all
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Download and enable all Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/bootstrap/AppsManagementContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/AppsManagementContext.php b/tests/acceptance/features/bootstrap/AppsManagementContext.php
index 7b06b77d117..fc8a38c867e 100644
--- a/tests/acceptance/features/bootstrap/AppsManagementContext.php
+++ b/tests/acceptance/features/bootstrap/AppsManagementContext.php
@@ -86,7 +86,7 @@ class AppsManagementContext implements Context, ActorAwareInterface {
* @return Locator
*/
public static function enableAllBundleButton($bundle) {
- return Locator::forThe()->xpath("//div[@class='apps-header']/h2[normalize-space() = '$bundle']/input[@value='Enable all']")->
+ return Locator::forThe()->xpath("//div[@class='apps-header']/h2[normalize-space() = '$bundle']/input[@value='Download and enable all']")->
descendantOf(self::appsList())->
describedAs("Button to enable bundles");
}