Commit 1339b348 authored by Ben Hayward's avatar Ben Hayward

Moved cy-data to outer component

1 merge request!542[Sprint/ModestMonkey](feat): Messenger e2e #1826
Pipeline #81915683 passed with stages
in 48 minutes and 3 seconds
......@@ -43,6 +43,7 @@
<div
class="m-messenger--dockpane-tab-icon mdl-color-text--blue-grey-300"
(click)="deleteHistory(); ribbonOpened = false"
data-cy="data-minds-conversation-destroy"
>
<i
class="material-icons mdl-color-text--blue-grey-100"
......@@ -50,9 +51,7 @@
i18n-title="@@MESSENGER__CONVERSATION__DELETE_TOOLTIP"
>delete</i
>
<ng-container
i18n="@@MESSENGER__CONVERSATION__DESTROY"
data-cy="data-minds-conversation-destroy"
<ng-container i18n="@@MESSENGER__CONVERSATION__DESTROY"
>Destroy</ng-container
>
</div>
......
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