describe('dataframe', () => { it('should be able to display an inline dataframe', () => { // Check if the DataFrame is rendered within the first step cy.get('.step').should('have.length', 1); cy.get('.step').first().find('.dataframe').should('have.length', 1); }); });