Skip to content

Commit

Permalink
fix: traces update
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Feb 19, 2024
1 parent 609a883 commit 0d3fb96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (Cypress.env('DASHBOARDS_ASSISTANT_ENABLED')) {
it('tools invocation displayed in trace steps', () => {
// trace
cy.get(`.llm-chat-flyout .llm-chat-flyout-body`).as('tracePage');
cy.get('@tracePage').find('.euiAccordion').should('have.length', 1);
cy.get('@tracePage').find('.euiAccordion').should('have.length', 3);

cy.get('@tracePage')
.find('.euiAccordion')
Expand Down

0 comments on commit 0d3fb96

Please sign in to comment.