← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1447432] [NEW] The form fields have to be in fixed order in layout, otherwise the testcase will fail

 

Public bug reported:

In the integration test ,the regions/forms.py::FormRegion should support
form fields rearrange in layout.

the position change of a field will break the integration test.

for example : https://bugs.launchpad.net/horizon/+bug/1447122

test_user_create_delete passes when user_create_form_fields layout as [
"name", "email", "password"]


but now the  user_create_form_fields layout changed to   [ "password", "email", "name"]  break test code

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: integration-tests

** Tags added: integration-tests

-- 
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/1447432

Title:
  The form fields have to be in fixed order in layout, otherwise the
  testcase will fail

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the integration test ,the regions/forms.py::FormRegion should
  support form fields rearrange in layout.

  the position change of a field will break the integration test.

  for example : https://bugs.launchpad.net/horizon/+bug/1447122

  test_user_create_delete passes when user_create_form_fields layout as
  [ "name", "email", "password"]

  
  but now the  user_create_form_fields layout changed to   [ "password", "email", "name"]  break test code

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1447432/+subscriptions


Follow ups

References