def is_associate_disabled(self):
        class_name = self.driver.find(by_xpath(ACTION_LI_LOCATOR % ASSOCIATE)).get_attribute("class")
        return class_name.find('disabled') > 0