예제 #1
0
 def test_custom_actions_button(self):
     try:
         self.runDemo('Dialog and Message Boxes', retry=False)
         focus.window('Dialogs')
     except SearchError:
         self.runDemo('Dialogs and Message Boxes', retry=False)
         focus.window('Dialogs and Message Boxes')
     click.button('Interactive Dialog')
     self.assertTrue(focus.dialog("Interactive Dialog"))
예제 #2
0
 def test_custom_actions_button(self):
     try:
         self.runDemo('Dialog and Message Boxes', retry=False)
         focus.window('Dialogs')
     except SearchError:
         self.runDemo('Dialogs and Message Boxes', retry=False)
         focus.window('Dialogs and Message Boxes')
     click.button('Interactive Dialog')
     self.assertTrue(focus.dialog("Interactive Dialog"))
예제 #3
0
 def test_custom_actions_button(self):
     self.runDemo('Dialog and Message Boxes')
     focus.window('Dialogs')
     click.button('Interactive Dialog')
     self.assertTrue(focus.dialog("Interactive Dialog"))