Revert "bug(breadcrumbs): color attribute shows on DOM for Vue (#27040)" (#27069)

This reverts commit dd419c0066d312f45c741bbe399d9764faf64841.

Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
Sean Perkins
2023-03-30 13:50:34 -04:00
committed by GitHub
parent dd419c0066
commit abadeedc9e
6 changed files with 2 additions and 71 deletions

View File

@ -1,9 +0,0 @@
describe("Components: Breadcrumbs", () => {
beforeEach(() => {
cy.visit("http://localhost:8080/components/breadcrumbs");
});
it("should have color attribute", () => {
cy.get('ion-breadcrumbs#color').should('have.prop', 'color');
});
});