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