Skip to content

Commit

Permalink
chore: fix flaky screenshot (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrl authored Aug 17, 2023
1 parent bbb6161 commit ae78029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/component/BarChart.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe('BarChart', () => {
it('renders custom chart with customized indicators', () => {
cy.mount(
<TestBarChart
tooltip={false}
renderBarIndicators={({ dataKey }: any) => {
const indicator = INDICATORS[dataKey]

Expand Down

0 comments on commit ae78029

Please sign in to comment.