test: disable retry when sync disabled for a share

get default aut-sync setting
This commit is contained in:
Saw-jan
2024-07-08 09:44:48 +05:45
parent 04d7985487
commit 18d0eaa5c2
3 changed files with 43 additions and 9 deletions
@@ -1132,6 +1132,8 @@ class SharingNgContext implements Context {
);
$this->featureContext->setResponse($response);
$this->featureContext->pushToLastStatusCodesArrays();
// disable check for client.synchronize
$this->featureContext->rememberUserAutoSyncSetting($user, false);
}
/**