yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26744
[Bug 1409204] [NEW] Option values of Project and Role are unreadable code in create_user_form
Public bug reported:
In user_create_form
the project option list value of admin is
1de5331d1c4846098ff4f9e91fcc007a
Select(driver.find_element_by_id("id_project")).select_by_visible_text("admin")
driver.find_element_by_css_selector("option[value=\"1de5331d1c4846098ff4f9e91fcc007a\"]").click()
the role option list value of admin is 9fe2ff9ee4384b1894a90878d3e92bab
Select(driver.find_element_by_id("id_role")).select_by_visible_text("admin")
driver.find_element_by_css_selector("option[value=\"1de5331d1c4846098ff4f9e91fcc007a\"]").click()
** Affects: horizon
Importance: Undecided
Status: New
--
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/1409204
Title:
Option values of Project and Role are unreadable code in
create_user_form
Status in OpenStack Dashboard (Horizon):
New
Bug description:
In user_create_form
the project option list value of admin is
1de5331d1c4846098ff4f9e91fcc007a
Select(driver.find_element_by_id("id_project")).select_by_visible_text("admin")
driver.find_element_by_css_selector("option[value=\"1de5331d1c4846098ff4f9e91fcc007a\"]").click()
the role option list value of admin is
9fe2ff9ee4384b1894a90878d3e92bab
Select(driver.find_element_by_id("id_role")).select_by_visible_text("admin")
driver.find_element_by_css_selector("option[value=\"1de5331d1c4846098ff4f9e91fcc007a\"]").click()
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1409204/+subscriptions
Follow ups
References