-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
None
-
Unset
-
None
-
-
There are several out-of-date or broken tests in platform_ui plugin that need attention. We can skip them in the interim, but ideally we should either fix them or delete them if we're not going to keep up with maintenance.
The failures:
=================================================================================== short test summary info ========================================================================================== FAILED tests/test_chrome_components.py::test_app_filter_search[search_terms0] - selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":".//div[contains(@class, '-c-card__title')]"} FAILED tests/test_login.py::test_org_id_visible - selenium.common.exceptions.NoSuchElementException: Message: Could not find an element Locator(by='xpath', locator=".//div[@data-ouia-component-id='chrome-user-org-id']"); For documentation on this err... FAILED tests/test_progressive_profile.py::test_thin_profile_login - wait_for.TimedOutError: Could not do 'lambda defined as `wait_for(lambda: topbar_view.is_displayed, num_sec=1)`' at /Users/btweed/.iqe-env/lib/python3.12/site-packages/iqe_platform_ui/__init__.py:336 ... FAILED tests/test_progressive_profile.py::test_thick_profile_prompt_from_my_profile - navmazing._errors.NavigationTriesExceeded: Navigation failed to reach [ApplicationPlatformUI, "LoggedIn"] in the specified tries =================================================================== 4 failed, 6 passed, 399 deselected, 11 warnings in 835.69s (0:13:55) ===================