1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

feat: some comments

This commit is contained in:
Christy Jacob 2021-05-13 23:31:57 +05:30
parent 2c838bfa77
commit 6a9d9edc01

View file

@ -159,6 +159,8 @@ trait TeamsBaseClient
$session = $this->client->parseCookie((string)$response['headers']['set-cookie'])['a_session_'.$this->getProject()['$id']];
$data['session'] = $session;
/** [START] TESTS TO CHECK PASSWORD UPDATE OF NEW USER CREATED USING TEAM INVITE */
/**
* New User tries to update password without old password -> SHOULD PASS
*/
@ -213,6 +215,8 @@ trait TeamsBaseClient
$this->assertEquals($response['body']['email'], $email);
$this->assertEquals($response['body']['name'], $name);
/** [END] TESTS TO CHECK PASSWORD UPDATE OF NEW USER CREATED USING TEAM INVITE */
/**
* Test for FAILURE
*/