Iam leaving it here to just preserve knowledge
element = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR, '[aria-label="your_aria_label_value"]')))
I spent 1 hour trying to troubleshoot this stupid thing turns out I was using ' instead of " in the selector string 😠beware