photos_plat/controllers_collection_api/tsrc/ui_metaDataDialog/conf/ui_metaDataDialog.cfg
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 [Test] 
       
     2 title TestViewActivate 
       
     3 bringtoforeground 
       
     4 create ui_metaDataDialog foobar 
       
     5 foobar TestViewActivate 
       
     6 sendtobackground 
       
     7 delete foobar 
       
     8 [Endtest] 
       
     9 
       
    10 [Test] 
       
    11 title PressRightSoftkey
       
    12 pause 5000 // Give some time(5s) for the view to activate, we could use events but this way is simpler
       
    13 presskey global  EKeyDevice1 // press RIGHT softkey 
       
    14 [Endtest]