Skip to content

Commit

Permalink
Fixed cypress tests (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 authored Jun 22, 2024
2 parents b2ee376 + 3e47bb6 commit cca075f
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 @@ -3,7 +3,7 @@ const testMessage =
const testPullRequestMessage =
'Help me review this PR: https://github.com/sweepai/sweep/pull/3978'

const messageInputSelector = ':nth-child(5) > .flex'
const messageInputSelector = '.pl-4 > div.flex > .flex'

describe('sweep chat', () => {
beforeEach(() => {
Expand Down

0 comments on commit cca075f

Please sign in to comment.