-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only][full-ci]Add tests for update shares using root endpoint #8906
[tests-only][full-ci]Add tests for update shares using root endpoint #8906
Conversation
d272f91
to
46b2541
Compare
b81742b
to
8b9c623
Compare
8b9c623
to
814d823
Compare
814d823
to
72f39ad
Compare
/** | ||
* @Given /^user "([^"]*)" has sent the following share invitation using root endpoint of the Graph API:$/ | ||
* | ||
* @param string $user | ||
* @param TableNode $table | ||
* | ||
* @return void | ||
* @throws GuzzleException | ||
*/ | ||
public function userHasSentTheFollowingShareInvitationUsingRootEndPointTheGraphApi(string $user, TableNode $table): void { | ||
$this->sendSharingInvitationForDrive($user, $table); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should use the root endpoint for drive share in Given steps. we have to update the existing step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
someone could work on next PR if you want to change that this PR is for update share using root endpoint. So let's not make PR too big
tests/acceptance/features/apiSharingNg/updateShareInvitations.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiSharingNg/updateShareInvitations.feature
Outdated
Show resolved
Hide resolved
72f39ad
to
a6f0a91
Compare
|
Description
This PR adds tests for updating expiration and role of shared project
Related Issue
/graph/v1beta1/drives/{driveId}/root
endpoint #8810Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: