mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix files acceptance test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1624762d2f
commit
5598d30ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class FilesSharingAppContext implements Context, ActorAwareInterface {
|
|||
* @return Locator
|
||||
*/
|
||||
public static function saveItemInShareMenu() {
|
||||
return Locator::forThe()->id("save")->
|
||||
return Locator::forThe()->id("save-external-share")->
|
||||
descendantOf(self::shareMenu())->
|
||||
describedAs("Save item in Share menu in Shared file page");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue