automationdev300m87#i115106#added neccessary wait

This commit is contained in:
Helge Delfs [hde] 2010-10-25 10:33:34 +02:00
parent e884f01f28
commit a2c684d937

View file

@ -779,6 +779,7 @@ testcase tShortcutPasteUnformattedText
Kontext Kontext
Active.Setpage TabFont Active.Setpage TabFont
Kontext "TabFont" Kontext "TabFont"
wait 500
DefaultSize = Size.GetSelIndex DefaultSize = Size.GetSelIndex
Size.Select 14 ' Size 20 Size.Select 14 ' Size 20
DefaultStyle = Style.GetSelIndex DefaultStyle = Style.GetSelIndex
@ -824,6 +825,7 @@ testcase tShortcutPasteUnformattedText
Kontext Kontext
Active.Setpage TabFont Active.Setpage TabFont
Kontext "TabFont" Kontext "TabFont"
wait 500
if Size.GetSelIndex <> 14 then if Size.GetSelIndex <> 14 then
Warnlog "formatted word has lost its size" Warnlog "formatted word has lost its size"
endif endif
@ -842,6 +844,7 @@ testcase tShortcutPasteUnformattedText
Kontext Kontext
Active.Setpage TabFont Active.Setpage TabFont
Kontext "TabFont" Kontext "TabFont"
wait 500
if Size.GetSelIndex <> DefaultSize then if Size.GetSelIndex <> DefaultSize then
Warnlog "formatted word has no default size" Warnlog "formatted word has no default size"
endif endif