[go: nahoru, domu]

Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 committed Jun 23, 2024
1 parent 498ef66 commit 06155a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion sweep_chat/components/shared/SnippetSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const SnippetSearch = ({
</div>
</div>
{searchIsLoading && (
<div className="flex flex-col justify-center items-center">
<div className="flex flex-col justify-center items-center mb-4">
<p className="text-gray-500 center mb-4">{progressMessage}</p>
<div>
<PulsingLoader size={1} />
Expand Down
4 changes: 0 additions & 4 deletions sweep_chat/cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ describe('sweep chat', () => {
)

cy.get(messageInputSelector).type(testMessage + '{enter}')
cy.get('.justify-end > .transition-color').should(
'contain.text',
testMessage
)

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

0 comments on commit 06155a3

Please sign in to comment.