Uploaded image for project: 'Magnolia Test Framework'
  1. Magnolia Test Framework
  2. MGNLTEST-21

Field names may conflict with preview field info

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Outdated
    • Icon: Neutral Neutral
    • None
    • None

      In a form like this: 

      where there are 2 Name elements, the first element is ready-only and not really used, it is not possible to set the second value.

      In TextField class:

      void setValue(String value){ 
          WebElement input = this.driver.findElement(this.parent).findElement(byInputText());
          .... 
      }

      It turns out this.driver.findElement(this.parent) is finding 2 elements and so it does not work.

        Acceptance criteria

              Unassigned Unassigned
              jalonso Jesus Alonso
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD