Skip to content

Commit

Permalink
Core | Test: Fix stacked name
Browse files Browse the repository at this point in the history
  • Loading branch information
lee00678 committed Jul 23, 2024
1 parent 4374e50 commit 22368a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dev/cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ describe('Unovis Test', () => {
cy.percySnapshot('Custom Style Brush', { scope: '.exampleViewer' })
})

it('Stacked vs. Non-Stacked', () => {
cy.contains('Stacked vs. Non-Stacked').click()
it('Stacked vs Non-Stacked', () => {
cy.contains('Stacked vs Non-Stacked').click()
cy.wait(3000)
cy.percySnapshot('Stacked vs. Non-Stacked', { scope: '.exampleViewer' })
cy.percySnapshot('Stacked vs Non-Stacked', { scope: '.exampleViewer' })
})

it('Dual Axis Chart', () => {
Expand Down

0 comments on commit 22368a1

Please sign in to comment.