Skip to content

Commit

Permalink
test: 되지 않는 테스트 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzijeong committed Sep 19, 2023
1 parent d308f9a commit cc5f7a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/cypress/e2e/auth.cy.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import login from '../utils/login';

describe('비로그인 상태에서는 로그인 페이지로 이동한다.', () => {
it('리마인더', () => {
cy.visit('/reminder');
cy.get('#toast-root').contains('로그인 후 이용 가능').url().should('match', /login/);
});
// it('리마인더', () => {
// cy.visit('/reminder');
// cy.get('#toast-root').contains('로그인 후 이용 가능').url().should('match', /login/);
// });

it('내 반려 식물 목록', () => {
cy.visit('/pet');
Expand Down

0 comments on commit cc5f7a6

Please sign in to comment.