From 721062cfa1e50f1ff4f243e949da09bc9ba22571 Mon Sep 17 00:00:00 2001 From: graphieros Date: Wed, 18 Dec 2024 08:12:09 +0100 Subject: [PATCH] Update test --- src/components/vue-ui-relation-circle.cy.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/components/vue-ui-relation-circle.cy.js b/src/components/vue-ui-relation-circle.cy.js index d5644224..24a9ced1 100644 --- a/src/components/vue-ui-relation-circle.cy.js +++ b/src/components/vue-ui-relation-circle.cy.js @@ -78,26 +78,6 @@ describe('', () => { } }); } - - for (let i = 0; i < fixture.dataset.length; i += 1) { - cy.get(`[data-cy="relation-plot-${i}"]`).then(($plot) => { - cy.wrap($plot) - .should('exist') - .invoke('attr', 'fill') - .should('eq', fixture.config.style.plot.color) - }); - } - - // cy.get(`[data-cy="user-options-summary"]`).click(); - // cy.get(`[data-cy="user-options-pdf"]`).click(); - // cy.readFile(`cypress\\Downloads\\${fixture.config.style.title.text}.pdf`); - - // cy.get(`[data-cy="user-options-img"]`).click(); - // cy.readFile(`cypress\\Downloads\\${fixture.config.style.title.text}.png`); - - // cy.get(`[data-cy="user-options-summary"]`).click(); - // cy.clearDownloads(); - }); }) }) \ No newline at end of file