Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghua-qa committed Feb 25, 2022
1 parent 4513c75 commit 1af1411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ describe('Nativefilters Sanity test', () => {
.last()
.should('be.visible', { timeout: 20000 })
.click({ force: true });
// Setup parent filter
// Setup parent filter
cy.get(nativeFilters.filterConfigurationSections.displayedSection).within(
() => {
cy.contains('Filter is hierarchical').should('be.visible').click();
Expand Down

0 comments on commit 1af1411

Please sign in to comment.