qe-fe-automation
Version:
FE test automation framework using cypress
22 lines (21 loc) • 558 B
text/typescript
export const companyInformationSelectors = {
companyInformationNavBtn: '[data-testid=company-information-nav]',
children: [
{
name: 'company information card',
selector: '[data-testid=company-information-card]'
},
{
name: 'representatives card',
selector: '[data-testid=representatives-card]'
},
{
name: 'point of contact card',
selector: '[data-testid=point-contacts-card]'
},
{
name: 'agency associations card',
selector: '[data-testid=agency-associations-card]'
}
]
};