Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Oct 23, 2023
1 parent 0f5238c commit aa96457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export class Channel {
}

get messageInput() {
return this.driver.wait(until.elementLocated(By.xpath('//div[@data-testid="messageInput"]')))
return this.driver.wait(until.elementLocated(By.xpath('//textarea[@data-testid="messageInput"]')))
}

async sendMessage(message: string) {
Expand Down

0 comments on commit aa96457

Please sign in to comment.