Commit b229df49 authored by Ben Hayward's avatar Ben Hayward

Updated data attr

1 merge request!542[Sprint/ModestMonkey](feat): Messenger e2e #1826
Pipeline #81589078 running with stages
......@@ -18,7 +18,7 @@ context('Messenger', () => {
const passwordInput = (i) => `input[type=password]:nth-child(${i})`;
const submitPassword = 'm-messenger--encryption > div > button';
const messageInput = '.m-messenger--conversation-composer > textarea';
const sendButton = '[data-cy=conversation-send]';
const sendButton = '[data-cy=data-minds-conversation-send]';
const messageBubble = '.m-messenger--conversation-message-bubble';
const settingsButton = '[data-cy=data-minds-conversation-options]';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment