IDEMPIERE-92 - Integrate Selenium. Fixed potential id space error
This commit is contained in:
parent
93387fff01
commit
34fa499bb8
|
@ -238,7 +238,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
|||
this.setSizable(true);
|
||||
this.setMaximizable(true);
|
||||
|
||||
this.setId("findWindow");
|
||||
this.setId("findWindow_"+targetWindowNo);
|
||||
}
|
||||
|
||||
public boolean initialize()
|
||||
|
@ -2121,6 +2121,6 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
|||
public boolean isValid()
|
||||
{
|
||||
return isvalid;
|
||||
}
|
||||
}
|
||||
|
||||
} // FindPanel
|
Loading…
Reference in New Issue