Skip to content

Commit

Permalink
chore(lint): minor lint (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored and JustZacca committed Jun 17, 2022
1 parent 97854be commit 4618ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
7 changes: 1 addition & 6 deletions components/interactables/UserPicker/ListItem/ListItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
:size="32"
:source="src"
/>
<div
class="name"
:title="friend.name"
>
{{friend.name}}
</div>
<div class="name" :title="friend.name">{{friend.name}}</div>
<InteractablesCheckbox :value="selected" />
</div>
6 changes: 1 addition & 5 deletions cypress/integration/chat-pair-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ describe('Chat features with two accounts', () => {
})

it.skip('Context Menu Options - Text Message', () => {
let optionsMessage = [
'Add Reaction',
'Reply',
'Copy Message',
]
let optionsMessage = ['Add Reaction', 'Reply', 'Copy Message']
cy.get('[data-cy=chat-message]')
.contains(randomMessage)
.last()
Expand Down

0 comments on commit 4618ea0

Please sign in to comment.