chainlit--chainlit
7 行
215 B
TypeScript
7 行
215 B
TypeScript
describe('pyplot', () => {
|
|
it('should be able to display an inline chart', () => {
|
|
cy.get('.step').should('have.length', 1);
|
|
cy.get('.step').eq(0).find('.inline-image').should('have.length', 1);
|
|
});
|
|
});
|