qe-fe-automation
Version:
FE test automation framework using cypress
10 lines (8 loc) • 366 B
text/typescript
const headerSelector = 'div[data-testid="header"]';
export const agentDesktopSelectors = {
header: headerSelector,
messageField: 'div[data-testid="chat-footer"] textarea',
profileDropdown: `${headerSelector} div[data-testid="dropdown"]`,
profileToggle: `${headerSelector} button[data-testid="profile-toggle"]`,
sendButton: 'button[data-testid="send"]'
};