Removed unnecessary configs and extra code

This commit is contained in:
Nikolay Rozhkov
2023-06-25 21:56:14 +03:00
parent c5b89d127d
commit a38733346f
3 changed files with 1 additions and 5 deletions

View File

@@ -10,6 +10,5 @@ describe('Sankey Diagram', () => {
`,
{}
);
cy.get('svg');
});
});