Ver código fonte

fix: ui tests

version-14
prssanna 4 anos atrás
pai
commit
24aabd2b02
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      cypress/support/commands.js

+ 0
- 1
cypress/support/commands.js Ver arquivo

@@ -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', () => {


Carregando…
Cancelar
Salvar