예제 #1
0
 def step(self):
     if self.obj.appliance.version > '5.7':
         from cfme.dashboard import click_help
         click_help('Documentation')
     else:
         from cfme.web_ui.menu import nav
         nav._nav_to_fn('Settings', 'About')(None)
예제 #2
0
 def step(self):
     if self.obj.appliance.version > '5.7':
         from cfme.dashboard import click_help
         click_help('Documentation')
     else:
         self.parent_view.navigation.select('Settings', 'About')
예제 #3
0
파일: ui.py 프로젝트: dajohnso/cfme_tests
 def step(self):
     from cfme.dashboard import click_help
     click_help('Documentation')
예제 #4
0
파일: ui.py 프로젝트: dajohnso/cfme_tests
 def step(self):
     from cfme.dashboard import click_help
     click_help('About')
예제 #5
0
 def step(self):
     from cfme.dashboard import click_help
     click_help('Documentation')
예제 #6
0
 def step(self):
     from cfme.dashboard import click_help
     click_help('About')
예제 #7
0
 def step(self):
     if self.obj.appliance.version > '5.7':
         from cfme.dashboard import click_help
         click_help('Documentation')
     else:
         self.prerequisite_view.navigation.select('Settings', 'About')