Esempio n. 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)
Esempio n. 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')
Esempio n. 3
0
 def step(self):
     from cfme.dashboard import click_help
     click_help('Documentation')
Esempio n. 4
0
 def step(self):
     from cfme.dashboard import click_help
     click_help('About')
Esempio n. 5
0
 def step(self):
     from cfme.dashboard import click_help
     click_help('Documentation')
Esempio n. 6
0
 def step(self):
     from cfme.dashboard import click_help
     click_help('About')
Esempio n. 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')