Issue #3: Done.

This commit is contained in:
chiayin
2023-10-04 15:04:51 +08:00
parent c845d0674a
commit 40b339a235
4 changed files with 6 additions and 6 deletions

View File

@@ -39,6 +39,6 @@ describe("Login to Logout", () => {
cy.url().should('include', 'member-area');
// 登出
cy.get('.btn-sm').contains('log out').click();
cy.get('.btn-sm').contains('Logout').click();
});
});