describe('plotly', () => { it('should be able to display an inline chart', () => { cy.get('.step').should('have.length', 1); cy.get('.step').eq(0).find('.inline-plotly').should('have.length', 1); }); });