Skip to content

Commit

Permalink
shopping-mall-e2e-test-with-answer
Browse files Browse the repository at this point in the history
  • Loading branch information
bard-js committed Dec 16, 2023
1 parent 8336159 commit 91a65a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Cypress.Commands.add('login', () => {

// 로그인 이후 메인 홈페이지로 이동
cy.visit('/');
// 로그인 처리 완료될때까지 기다림
cy.findByText('Maria');
});

Cypress.Commands.add('logout', () => {
Expand Down

0 comments on commit 91a65a7

Please sign in to comment.