Skip to content

Commit

Permalink
Reverted changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Mar 26, 2024
1 parent 23ade3e commit f0c0f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('request management', { tags: ['@merchant-b2b-contract-requests'] }, ()
cy.contains(staticFixtures.internalCommentFromRootUser);
});

it.skip('operator should be able to add internal comment with emoji', (): void => {
it('operator should be able to add internal comment with emoji', (): void => {
merchantRelationRequestListPage.visit();
merchantRelationRequestListPage.update({
action: ActionEnum.edit,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"internalCommentFromMerchantUser1": "This is dummy message from merchant user 1.",
"internalCommentFromMerchantUser2": "This is dummy message from merchant user 2.",
"internalCommentFromRootUser": "This is dummy message from root user.",
"internalCommentFromRootUserWithEmoji": "This is dummy message from root user with emoji. 😊"
"internalCommentFromRootUserWithEmoji": "This is dummy message from root user with emoji."
}

0 comments on commit f0c0f00

Please sign in to comment.