ref test code

This commit is contained in:
Niraj Acharya
2024-10-04 09:41:42 +05:45
parent fdc61d043f
commit 91eff34adc

View File

@@ -48,7 +48,9 @@ class GraphContext implements Context {
$environment = $scope->getEnvironment();
// Get all the contexts you need in this context from here
$this->featureContext = $environment->getContext('FeatureContext');
$this->spacesContext = $environment->getContext('SpacesContext');
if (!\TestHelpers\OcisHelper::isTestingOnReva()) {
$this->spacesContext = $environment->getContext('SpacesContext');
}
}
/**