describe('VideoCard', () => { it('VideoCard Default exist?', () => { // cy.visit('/iframe.html?id=cards-lists-video-card--you-tube'); // cy.get('video').should('exist'); // cy.get('p').should('exist'); }); }); export {};