From 91a65a7f67ba9becad7b35c58eb852bc7373a667 Mon Sep 17 00:00:00 2001 From: bard-js Date: Sat, 16 Dec 2023 21:33:50 +0900 Subject: [PATCH] shopping-mall-e2e-test-with-answer --- cypress/support/commands.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 50fcced..deeffab 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -16,8 +16,6 @@ Cypress.Commands.add('login', () => { // 로그인 이후 메인 홈페이지로 이동 cy.visit('/'); - // 로그인 처리 완료될때까지 기다림 - cy.findByText('Maria'); }); Cypress.Commands.add('logout', () => {