status-desktop/test/e2e/constants/messaging.py

9 lines
266 B
Python
Raw Normal View History

from enum import Enum
class Messaging(Enum):
WELCOME_GROUP_MESSAGE = "Welcome to the beginning of the "
CONTACT_REQUEST_SENT = 'Contact Request Sent'
NO_FRIENDS_ITEM = 'You dont have any contacts yet'
NEW_CONTACT_REQUEST = 'New Contact Request'