Commit eec85eba authored by Ben Hayward's avatar Ben Hayward

Updated for naming convention

1 merge request!542[Sprint/ModestMonkey](feat): Messenger e2e #1826
Pipeline #81442043 passed with stages
in 45 minutes and 38 seconds
......@@ -21,10 +21,10 @@ context('Messenger', () => {
const sendButton = '[data-cy=conversation-send]';
const messageBubble = '.m-messenger--conversation-message-bubble';
const settingsButton = '[data-cy=conversation-options]';
const closeButton = '[data-cy=conversation-close]';
const settingsButton = '[data-cy=data-minds-conversation-options]';
const closeButton = '[data-cy=data-minds-conversation-close]';
const destroyButton = '[data-cy=conversation-destroy]';
const destroyButton = '[data-cy=data-minds-conversation-destroy]';
before(() => {
cy.newUser(testUsername, testPassword);
......
......@@ -22,13 +22,13 @@
<i
class="material-icons"
(click)="ribbonToggle()"
data-cy="conversation-options"
data-cy="data-minds-conversation-options"
>more_vert</i
>
<i
class="material-icons"
(click)="dockpanes.close(conversation)"
data-cy="conversation-close"
data-cy="data-minds-conversation-close"
>close</i
>
</div>
......@@ -52,7 +52,7 @@
>
<ng-container
i18n="@@MESSENGER__CONVERSATION__DESTROY"
data-cy="conversation-destroy"
data-cy="data-minds-conversation-destroy"
>Destroy</ng-container
>
</div>
......@@ -254,7 +254,7 @@
<i
class="material-icons mdl-color-text--blue-grey-600"
(click)="send($event); emoji.close()"
data-cy="conversation-send"
data-cy="data-minds-conversation-send"
>send_arrow</i
>
<minds-emoji [localDirective]="emoji"></minds-emoji>
......
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