Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
877
Issues
877
List
Boards
Labels
Service Desk
Milestones
Merge Requests
47
Merge Requests
47
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
eec85eba
Commit
eec85eba
authored
4 hours ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for naming convention
parent
7ea02a42
feat/messenger-e2e-1826
1 merge request
!542
[Sprint/ModestMonkey](feat): Messenger e2e #1826
Pipeline
#81442043
passed with stages
in 45 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
messenger.spec.js
cypress/integration/messenger.spec.js
+3
-3
conversation.component.html
...odules/messenger/conversation/conversation.component.html
+4
-4
No files found.
cypress/integration/messenger.spec.js
View file @
eec85eba
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/messenger/conversation/conversation.component.html
View file @
eec85eba
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment