yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47848
[Bug 1549632] Re: Can't navigate throw tabs in tests in form opened on tabbed page
Reviewed: https://review.openstack.org/286627
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=592da268707926ac542313694fbcf25703d34e6c
Submitter: Jenkins
Branch: master
commit 592da268707926ac542313694fbcf25703d34e6c
Author: Timur Sufiev <tsufiev@xxxxxxxxxxxx>
Date: Tue Mar 1 17:32:36 2016 +0300
Fix BaseRegion and TabbedFormRegion initialization
Now `src_elem` and `_default_src_locator` properties work in
conjunction - if both are specified, `_default_src_locator` is being
searched in the provided `src_elem`. This fixes the issue of binding
table tabs instead of form tabs on the same page.
Co-Authored-By: Georgy Dyuldin <gdyuldin@xxxxxxxxxxxx>
Change-Id: Id91d82062d4145f37c7b1a33fca56bf7e441aa6e
Closes-Bug: #1549632
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1549632
Title:
Can't navigate throw tabs in tests in form opened on tabbed page
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
When current page already contains tabs (like Node Group Template page
in Data Processing -> Clusters) and form tabbed too - switching to
another tab of form withs TabbedFormRegion::switch_to raise exception
(element is not clickable). This happens because form tabs selector
also catch page navigation tabs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1549632/+subscriptions
References