Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Dec 18, 2024
1 parent 3c45b1a commit 721062c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/components/vue-ui-relation-circle.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,6 @@ describe('<VueUiRelationCircle />', () => {
}
});
}

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();

});
})
})

0 comments on commit 721062c

Please sign in to comment.