red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
108 stars 166 forks source link

login_ui function fails to get title on 4.12 deployment #8079

Closed DanielOsypenko closed 11 months ago

DanielOsypenko commented 1 year ago

the failing code block is unique to 4.12 version (TODO: check versions bellow 4.12)

    if default_console is True and username is constants.KUBEADMIN:
        WebDriverWait(driver, 60).until(ec.title_is(login_loc["ocp_page"]))

stop validate login on titles, provide same login mechanism as version 4.13 has

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] commented 11 months ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.