test: edit page

This commit is contained in:
Nathan
2025-08-14 14:40:00 +08:00
parent cca63877ff
commit bc9f0b0874
9 changed files with 513 additions and 73 deletions

View File

@@ -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');