Skip to content

Commit 721062c

Browse files
committed
Update test
1 parent 3c45b1a commit 721062c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/components/vue-ui-relation-circle.cy.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,26 +78,6 @@ describe('<VueUiRelationCircle />', () => {
7878
}
7979
});
8080
}
81-
82-
for (let i = 0; i < fixture.dataset.length; i += 1) {
83-
cy.get(`[data-cy="relation-plot-${i}"]`).then(($plot) => {
84-
cy.wrap($plot)
85-
.should('exist')
86-
.invoke('attr', 'fill')
87-
.should('eq', fixture.config.style.plot.color)
88-
});
89-
}
90-
91-
// cy.get(`[data-cy="user-options-summary"]`).click();
92-
// cy.get(`[data-cy="user-options-pdf"]`).click();
93-
// cy.readFile(`cypress\\Downloads\\${fixture.config.style.title.text}.pdf`);
94-
95-
// cy.get(`[data-cy="user-options-img"]`).click();
96-
// cy.readFile(`cypress\\Downloads\\${fixture.config.style.title.text}.png`);
97-
98-
// cy.get(`[data-cy="user-options-summary"]`).click();
99-
// cy.clearDownloads();
100-
10181
});
10282
})
10383
})

0 commit comments

Comments
 (0)