Remove tag skipOnOcis notToImplementOnOCIS oImplementOnOCIS comments-app-required federation-app-required notifications-app-required systemtags-app-required local_storage
This commit is contained in:
@@ -3668,20 +3668,6 @@ class FeatureContext extends BehatVariablesContext {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* After Scenario. restore trusted servers
|
||||
*
|
||||
* @AfterScenario @federation-app-required
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function restoreTrustedServersAfterScenario(): void {
|
||||
$this->restoreTrustedServers('LOCAL');
|
||||
if ($this->federatedServerExists()) {
|
||||
$this->restoreTrustedServers('REMOTE');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $sourceUser
|
||||
* @param string $targetUser
|
||||
@@ -3817,21 +3803,6 @@ class FeatureContext extends BehatVariablesContext {
|
||||
return $body;
|
||||
}
|
||||
|
||||
/**
|
||||
* Before Scenario to Save trusted Servers
|
||||
*
|
||||
* @BeforeScenario @federation-app-required
|
||||
*
|
||||
* @return void
|
||||
* @throws Exception
|
||||
*/
|
||||
public function setInitialTrustedServersBeforeScenario(): void {
|
||||
$this->initialTrustedServer = [
|
||||
'LOCAL' => $this->getTrustedServers(),
|
||||
'REMOTE' => $this->getTrustedServers('REMOTE')
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* The method returns userId
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user