IDEMPIERE-1124 ZkSuite.ProductionTest is broken. Fixed lookup fixture. Fixed production test script.
This commit is contained in:
parent
4f518786ce
commit
98150a1dea
|
@ -15,12 +15,12 @@
|
||||||
|''window''|${windowId}|''click toolbar''|!-BtnSave-!|
|
|''window''|${windowId}|''click toolbar''|!-BtnSave-!|
|
||||||
|''wait response''|
|
|''wait response''|
|
||||||
|''window message''|${windowId}|is|!-Record saved-!|
|
|''window message''|${windowId}|is|!-Record saved-!|
|
||||||
|''window''|${windowId}|''click detail toolbar''|!-BtnNew-!|
|
|''window''|${windowId}|''click detail toolbar''|!-BtnEdit-!|
|
||||||
|''wait response''|
|
|''wait response''|
|
||||||
|''text of''|${windowId} $recordInfo|is|!-+*1/1-!|
|
|''text of''|${windowId} $recordInfo|is|!-+*1/1-!|
|
||||||
|''window''|${windowId}|''click toolbar''|!-BtnParentRecord-!|
|
|''window''|${windowId}|''click toolbar''|!-BtnParentRecord-!|
|
||||||
|''wait response''|
|
|''wait response''|
|
||||||
|''window''|${windowId}|''click process button''|!-CreateFrom-!|
|
|''click''|${windowId} $Production $CreateFrom|
|
||||||
|''wait response''|
|
|''wait response''|
|
||||||
|''click''|${windowId} @window[title="Create Production"] $Ok|
|
|''click''|${windowId} @window[title="Create Production"] $Ok|
|
||||||
|''wait response''|
|
|''wait response''|
|
||||||
|
|
|
@ -159,7 +159,7 @@ public class ZkFixture extends SpiderFixture {
|
||||||
Widget widget = new Widget(locator + " @textbox");
|
Widget widget = new Widget(locator + " @textbox");
|
||||||
WebElement element = widget.findElement(webDriver);
|
WebElement element = widget.findElement(webDriver);
|
||||||
element.click();
|
element.click();
|
||||||
widget.execute(webDriver, "setValue('"+value+"')");
|
widget.execute(webDriver, "setValue(\""+value+"\")");
|
||||||
widget.execute(webDriver, "fireOnChange()");
|
widget.execute(webDriver, "fireOnChange()");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue