[tests-only][full-ci] removed steps related to share api occ commands (#6096)

* removed steps related to occ commands

* removed scenarios from expected failures

* fixed lines in exp failure
This commit is contained in:
Prajwol Amatya
2023-05-10 10:13:11 +05:45
committed by GitHub
parent 7dd1114966
commit 1788406b52
14 changed files with 34 additions and 489 deletions
@@ -57,22 +57,6 @@ class AppConfigurationContext implements Context {
$this->modifyAppConfig($app, $parameter, $value);
}
/**
* @Given /^parameter "([^"]*)" of app "([^"]*)" has been set to ((?:'[^']*')|(?:"[^"]*"))$/
*
* @param string $parameter
* @param string $app
* @param string $value
*
* @return void
* @throws Exception
*/
public function serverParameterHasBeenSetTo(string $parameter, string $app, string $value):void {
// The capturing group of the regex always includes the quotes at each
// end of the captured string, so trim them.
return;
}
/**
* @Then the capabilities setting of :capabilitiesApp path :capabilitiesPath should be :expectedValue
* @Given the capabilities setting of :capabilitiesApp path :capabilitiesPath has been confirmed to be :expectedValue