diff options
author | Oliver Craemer [oc] <oc@openoffice.org> | 2010-06-14 15:58:16 +0200 |
---|---|---|
committer | Oliver Craemer [oc] <oc@openoffice.org> | 2010-06-14 15:58:16 +0200 |
commit | c76723b0d42affe00f9a5fc5218939060a5cc15a (patch) | |
tree | dcfa1582587f1343d019478eb40e7330e017a149 /testautomation/chart2 | |
parent | 8d9c47083245426c6649ce71030744b8e72c4a8b (diff) |
i112381 : [Automation] added waitslots to avoid timingproblems
Diffstat (limited to 'testautomation/chart2')
-rwxr-xr-x | testautomation/chart2/optional/includes/ch2_lvl1a.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc index 5f72fd7e32f9..2637a4794d97 100755 --- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc +++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc @@ -58,8 +58,8 @@ testcase tPlotOptions printlog "Edit / Object / Edit" EditObjectEdit - - printlog "Select DataSeries A by toolbar selectorbox" + waitslot() + printlog "Select DataSeries A by toolbar selectorbox" Kontext "DocumentChart" call fChartSelectElement (8) @@ -117,8 +117,8 @@ testcase tPlotOptions endif EditObjectEdit - - printlog "Select DataSeries A by toolbar selectorbox" + waitslot() + printlog "Select DataSeries A by toolbar selectorbox" call fChartSelectElement (8) printlog "Invoke Format::ObjectProperties" |