summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-02-09 11:59:34 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-27 12:25:53 +0100
commitfd830b90ebfbe721be5663c6c418540abec61689 (patch)
treeb79cfa4af5305ada1afd1871b1b117445d829d7a /tests
parent5a4aa2b7dde5994d7bb831725f5f6137911d26e9 (diff)
downloadnextcloud-server-fd830b90ebfbe721be5663c6c418540abec61689.tar.gz
nextcloud-server-fd830b90ebfbe721be5663c6c418540abec61689.zip
Fix acceptance test for new menu structure
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/bootstrap/FilesSharingAppContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/FilesSharingAppContext.php b/tests/acceptance/features/bootstrap/FilesSharingAppContext.php
index f3386b46db9..5c5d23887cd 100644
--- a/tests/acceptance/features/bootstrap/FilesSharingAppContext.php
+++ b/tests/acceptance/features/bootstrap/FilesSharingAppContext.php
@@ -55,7 +55,7 @@ class FilesSharingAppContext implements Context, ActorAwareInterface {
* @return Locator
*/
public static function shareMenuButton() {
- return Locator::forThe()->id("share-menutoggle")->
+ return Locator::forThe()->id("header-actions-toggle")->
describedAs("Share menu button in Shared file page");
}