mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #19632 from overleaf/jpa-more-robust-chat-message
[server-pro] tests: make sending of chat message more robust GitOrigin-RevId: 4c54e289af722960560e1e2c8074d0d3efcc601c
This commit is contained in:
parent
8748ac7475
commit
09a8654cab
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ describe('Project Sharing', function () {
|
|||
|
||||
// Add chat message
|
||||
cy.findByText('Chat').click()
|
||||
// wait for lazy loading of the chat pane
|
||||
cy.findByText('Send your first message to your collaborators')
|
||||
cy.get(
|
||||
'textarea[placeholder="Send a message to your collaborators…"]'
|
||||
).type('New Chat Message{enter}')
|
||||
|
|
Loading…
Reference in a new issue