Skip to content

Commit

Permalink
remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghua-qa committed Nov 16, 2021
1 parent be5e027 commit 6d49f2e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ describe('Nativefilters Sanity test', () => {
.find(nativeFilters.filtersPanel.filterName)
.click()
.type('country_name');
cy.get('.loading inline-centered css-101mkpk').should('not.exist');
// hack for unclickable datetime
cy.wait(5000);
cy.get(nativeFilters.filtersPanel.filterInfoInput)
Expand Down

0 comments on commit 6d49f2e

Please sign in to comment.