Browse Source
Fix acceptance test for new menu structure
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/8051/head
Julius Härtl
9 years ago
committed by
Roeland Jago Douma
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with
2 additions and
2 deletions
-
core/templates/layout.public.php
-
tests/acceptance/features/bootstrap/FilesSharingAppContext.php
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
</a> |
|
|
|
</span> |
|
|
|
<?php if($template->getActionCount()>1) { ?>
|
|
|
|
<span class="menutoggle icon-more-white"></span> |
|
|
|
<span id="header-actions-toggle" class="menutoggle icon-more-white"></span> |
|
|
|
<div id="share-menu" class="popovermenu menu"> |
|
|
|
<ul> |
|
|
|
<?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"); |
|
|
|
} |
|
|
|
|
|
|
|
|