added skip on stable 3.0 tag (#7073)

This commit is contained in:
nirajacharya2
2023-08-22 13:16:08 +05:45
committed by GitHub
parent 358bfef42e
commit 3e6b8da6a1
3 changed files with 32 additions and 16 deletions
@@ -315,7 +315,8 @@ class SettingsContext implements Context {
$this->spacesContext->sendPostRequestToUrl($fullUrl, $user, $this->featureContext->getPasswordForUser($user), $body)
);
$this->featureContext->theHTTPStatusCodeShouldBe(
Assert::assertEquals(
$this->featureContext->getResponse()->getStatusCode(),
201,
"Expected response status code should be 201"
);