Removed step and implementation of setting share auto accept

This commit is contained in:
Prarup Gurung
2023-05-08 09:01:54 +05:45
parent 55d72475d7
commit e208b3018a
47 changed files with 50 additions and 114 deletions
@@ -394,17 +394,6 @@ trait Sharing {
);
}
/**
* @Given auto-accept shares has been disabled
*
* @return void
*/
public function autoAcceptSharesHasBeenDisabled():void {
// auto-accept shares is disabled by default on OCIS.
// so there is nothing to do, just return
return;
}
/**
* @When /^user "([^"]*)" creates a share using the sharing API with settings$/
*