Skip to content

Commit 66e135e

Browse files
committed
refactor: 필요없는 케이스 삭제
랭크 순위는 무조건 표시됩니다
1 parent e249c8c commit 66e135e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cypress/e2e/leaderboards.cy.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ describe('리더보드 페이지', () => {
4444
cy.get('select').eq(3).select('지난 30일');
4545
});
4646

47-
it('랭킹 순위가 표시되어야 한다', () => {
48-
cy.get('[data-testid="rank"], [class*="rank"]').should('be.visible');
49-
cy.contains('1').should('be.visible');
50-
cy.contains('2').should('be.visible');
51-
});
52-
5347
it('통계 변화량이 표시되어야 한다', () => {
5448
cy.contains('500').should('be.visible');
5549
cy.contains('300').should('be.visible');

0 commit comments

Comments
 (0)