Skip to content

Commit

Permalink
fix lint after modified
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghua-qa committed Oct 29, 2021
1 parent fe6764d commit e9d0707
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ describe('Nativefilters Sanity test', () => {
cy.get(nativeFilters.modal.container).should('not.exist');
});
it('User can delete a native filter', () => {
cy.get(nativeFilters.createFilterButton)
.click({ force: true });
cy.get(nativeFilters.createFilterButton).click({ force: true });
cy.get(nativeFilters.modal.container).should('be.visible');

cy.get(nativeFilters.filtersList.removeIcon).first().click();
Expand Down

0 comments on commit e9d0707

Please sign in to comment.