[go: nahoru, domu]

Skip to content

Commit

Permalink
fixed cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 committed Jun 23, 2024
1 parent 06155a3 commit 1fd290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweep_chat/cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('sweep chat', () => {
cy.get(messageInputSelector).type(testMessage + '{enter}')

// Validate response from the LLM
cy.get(':nth-child(3) > .transition-color', { timeout: 30000 }).should(
cy.get(':nth-child(2) > .transition-color', { timeout: 30000 }).should(
'contain.text',
'Analysis'
)
Expand Down

0 comments on commit 1fd290d

Please sign in to comment.