#2404 [WebUI] value is empty for automountkey under automount map
Closed: Fixed None Opened 12 years ago by rcritten.

https://bugzilla.redhat.com/show_bug.cgi?id=791324 (Red Hat Enterprise Linux 6)

Description of problem:
Please check screen shot for element location

What QE expect, and what other IPA Web page always follows in similar
situation, is that there is always a value assigned to the checkbox. This is
how webui automation script locates UI element. Without this value, the
automation breaks -- QE do be able to find an alternative way to solve this
particular problem -- by writing a specific hard coded automation code for this
piece. But if developer can follow their own patten, QE can use one existing
generic help method to do the work without extra customization work that only
for automount key test.


Version-Release number of selected component (if applicable): devel daily build
(2/15/2012)


Actual results:


Expected results:


Additional info:

In widget.js line 1619 the code is trying to set the value of the primary key (i.e. description) into the checkbox, but the value happens to be an array so the checkbox ends up getting no value. The code needs to be modified to convert the array into string, similar to line 1605.

Metadata Update from @rcritten:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 2.2 Core Effort - 2012/03

7 years ago

Login to comment on this ticket.

Metadata