Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Sep 22, 2023
1 parent 531ccfe commit 1793635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/integration/data-export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Data export', () => {
cy.executeCommand('MATCH (n:ExportTest) DETACH DELETE n')
})
const tests = [
{ panel: 'Visualization', expected: ['PNG', 'SVG'] },
{ panel: 'Visualization', expected: ['CSV', 'JSON', 'PNG', 'SVG'] },
{
panel: 'Plan',
expected: [
Expand Down

0 comments on commit 1793635

Please sign in to comment.