Repository URL to install this package:
|
Version:
0.0.15 ▾
|
const wording = {
departments: 'Departments',
stores: 'Stores',
storeLocatorLink: 'Store locator',
};
const classes = {
storesButton: 'stores-button',
headerLocationIcon: 'header-location-icon',
dropDownButton: 'dropdown-button',
menuButton: 'menu-button',
};
const qa = {
department: 'qa-department',
departments: 'qa-departments',
searchAll: 'qa-search-all',
qaStores: 'qa-stores',
};
export { wording, classes, qa };
//# sourceMappingURL=fixture.js.map