[OpenNMS/opennms] 95ae3a: NMS-19976: fix and speed up PrimeVue side-menu nav...
Scott Theleman via opennms-cvs <[email protected]>
| Newsgroups | gmane.network.opennms.cvs |
|---|---|
| Message-ID | <OpenNMS/opennms/push/refs/heads/jira/NMS-19976-primevue-migration-menubar/[email protected]> |
Branch: refs/heads/jira/NMS-19976-primevue-migration-menubar
Home: https://github.com/OpenNMS/opennms
Commit: 95ae3a2c054178c08be6d7659f690e6e855514a6
https://github.com/OpenNMS/opennms/commit/95ae3a2c054178c08be6d7659f690e6e855514a6
Author: Scott Theleman <[email protected]>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M smoke-test/src/main/java/org/opennms/smoketest/selenium/AbstractOpenNMSSeleniumHelper.java
Log Message:
-----------
NMS-19976: fix and speed up PrimeVue side-menu navigation in smoke tests
Wait for the TieredMenu flyout to render after clicking a top-level item
instead of querying for the submenu link once immediately -- the immediate
query raced the async flyout render and failed on CI. Right after navigation
the top link is present but the Vue menu app is still settling, so the first
click is often a no-op; only click to open when the submenu isn't already open
(toggle-safe) and let the short-cap retry re-click once it is interactive.
Drop the implicit wait to 0 for the duration of these menu helpers so the
explicit waits aren't blocked for the full LOAD_TIMEOUT while the flyout is
absent. Apply the same treatment to clickSelfServiceItem and fix its
self-service selectors for the migrated UserSelfServiceMenuItem markup.
Reduces per-menu-item time from ~10s to ~1s.
To unsubscribe from these emails, change your notification settings at https://github.com/OpenNMS/opennms/settings/notifications
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-cvs mailing list
To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-cvs