Fix broken configuration spec test

This commit is contained in:
ashishj
2022-04-28 18:26:50 +02:00
parent 5aac0734d5
commit c58a04bc94

View File

@@ -110,11 +110,10 @@ describe('Configuration', () => {
cy.viewport(1440, 1024);
cy.visit(url);
cy.get('svg').then((svgs) => {
svgs[0].matchImageSnapshot(
cy.get('svg');
cy.matchImageSnapshot(
'configuration.spec-should-not-taint-initial-configuration-when-using-multiple-directives'
);
});
});
});
});