소스 검색

fix: ui tests

version-14
prssanna 4 년 전
부모
커밋
24aabd2b02
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      cypress/support/commands.js

+ 0
- 1
cypress/support/commands.js 파일 보기

@@ -312,7 +312,6 @@ Cypress.Commands.add('add_filter', () => {
cy.get('.filter-section .filter-button').click();
cy.wait(300);
cy.get('.filter-popover').should('exist');
cy.get('.filter-popover').find('.add-filter').click();
});

Cypress.Commands.add('clear_filters', () => {


불러오는 중...
취소
저장