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.setSizable(true);
|
||||||
this.setMaximizable(true);
|
this.setMaximizable(true);
|
||||||
|
|
||||||
this.setId("findWindow");
|
this.setId("findWindow_"+targetWindowNo);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean initialize()
|
public boolean initialize()
|
||||||
|
|
Loading…
Reference in New Issue