mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-30 11:27:55 +08:00
test: edit page
This commit is contained in:
@@ -172,7 +172,7 @@ export class AuthTestUtils {
|
||||
url: `${this.config.baseUrl}/api/user/verify/${accessToken}`,
|
||||
failOnStatusCode: false,
|
||||
}).then((verifyResponse) => {
|
||||
cy.task('log', `Token verification response: ${JSON.stringify(verifyResponse)}`);
|
||||
// cy.task('log', `Token verification response: ${JSON.stringify(verifyResponse)}`);
|
||||
|
||||
if (verifyResponse.status !== 200) {
|
||||
throw new Error('Token verification failed');
|
||||
|
||||
Reference in New Issue
Block a user