Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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