Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Nov 6, 2023
1 parent ddd8c9d commit fe1f10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/trends.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe('Trends', () => {
it('Apply date filter', () => {
cy.get('[data-attr=date-filter]').click()
cy.get('div').contains('Yesterday').should('exist').click()
cy.get('.trends-insights-container .insight-empty-state').should('exist')
cy.get('[data-attr=trend-line-graph]').should('exist')
})

it('Apply property breakdown', () => {
Expand Down

0 comments on commit fe1f10f

Please sign in to comment.