Integration tests have been abandoned all together by Horizon. This no
longer applies.
** Tags added: integration-tests
** Changed in: horizon
Status: In Progress => Won't Fix
--
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/1511879
Title:
Integration_tests: id_pattern not working for instances secondary row
actions
Status in OpenStack Dashboard (Horizon):
Won't Fix
Bug description:
id_pattern not working for instances secondary row actions
in regions->tables.py under the class ComplexActionRowRegion
id_patterns are handled by "src_elem.get_attribute('id')" which works
fine for other page table, row actions but not for Instances.
The cause is, "src_elem.get_attribute('id')" returns
"instances__row__2665f131-01cc-48ca-aa68-c0c823d6b292" instead of
"instances__row_2665f131-01cc-48ca-aa68-c0c823d6b292"
The diff is "row__", the correct id value is "row_", this could be
handled by string.replace()
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1511879/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp