diff options
-rwxr-xr-x[-rw-r--r--] | testautomation/chart2/optional/includes/ch2_lvl1a.inc | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | testautomation/chart2/tools/ch_tools_select.inc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc index 42ee8ff48bd1..5f72fd7e32f9 100644..100755 --- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc +++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc @@ -174,7 +174,9 @@ testcase tChartShapes ' Call hToolbarSelect("Drawing", true) ' endif - printlog " Insert a shape to the chart by <STRG-RETURN>" + printlog " Insert a shape to the chart by <STRG-RETURN>" + Kontext "DocumentChart" + DocumentChart.TypeKeys "<F6>",4 Kontext "DrawBar" sleep (1) DrawBar.typekeys "<TAB>",TRUE diff --git a/testautomation/chart2/tools/ch_tools_select.inc b/testautomation/chart2/tools/ch_tools_select.inc index 00c86ed8e12e..beeda0d3dcdd 100644..100755 --- a/testautomation/chart2/tools/ch_tools_select.inc +++ b/testautomation/chart2/tools/ch_tools_select.inc @@ -127,7 +127,7 @@ function fChartSelectElement ( iObjectPosition as INTEGER ) as boolean fChartSelectElement = FALSE try Kontext "Toolbar" - sleep (1) + sleep (2) ChartElementSelector.Select (iObjectPosition) fChartSelectElement = TRUE catch |