Skip to content

Instantly share code, notes, and snippets.

@weissjeffm
Created August 25, 2014 13:38
Show Gist options
  • Select an option

  • Save weissjeffm/f3a4c2db108b19e4c03b to your computer and use it in GitHub Desktop.

Select an option

Save weissjeffm/f3a4c2db108b19e4c03b to your computer and use it in GitHub Desktop.
- cfme.cloud.provider.discover(cancel=True, credential=None)
| - cfme.fixtures.pytest_selenium.force_navigate(page_name='clouds_provider_discover', args=(), _tries=0, kwargs={})
| | - cfme.fixtures.pytest_selenium.execute_script(script='miqSparkleOff();', args=(), kwargs={})
| | -> None
| | - cfme.login.current_user()
| | -> <cfme.login.User username='admin', full_name=u'Administrator', password='*******'>
| | - cfme.fixtures.pytest_selenium.is_displayed(_deep=0, loc="//div[@id='blocker_div']")
| | -> False
| | - cfme.login.login(username='admin', password='*******', submit_method=<function _click_on_login at 0x6768050>)
| | | - cfme.login.logged_in()
| | | | - cfme.fixtures.pytest_selenium.is_displayed(_deep=0, loc='//div[@id="page_header_div"]//li[contains(@class, "dropdown")]')
| | | | -> True
| | | -> True
| | | - cfme.login.current_username()
| | | | - cfme.login.current_user()
| | | | -> <cfme.login.User username='admin', full_name=u'Administrator', password='*******'>
| | | -> 'admin'
| | -> None
| | - cfme.web_ui.menu.open_top_level(title='Clouds', force_click=False)
| | | - cfme.web_ui.menu.get_top_level_element(title='Clouds')
| | | -> <selenium.webdriver.remote.webelement.WebElement object at 0x69dffd0>
| | -> None
| | - cfme.web_ui.menu.get_top_level_element(title='Clouds')
| | -> <selenium.webdriver.remote.webelement.WebElement object at 0x69dfbd0>
| | - cfme.web_ui.menu.open_second_level(top_level_element=<selenium.webdriver.remote.webelement.WebElement object at 0x69dfbd0>, title='Providers')
| | | - cfme.web_ui.menu.get_second_level_element(top_level_el=<selenium.webdriver.remote.webelement.WebElement object at 0x69dfbd0>, title='Providers')
| | | -> <selenium.webdriver.remote.webelement.WebElement object at 0x69df690>
| | | - cfme.fixtures.pytest_selenium.raw_click(wait_ajax=True, loc=<selenium.webdriver.remote.webelement.WebElement object at 0x69cbd50>)
| | | -> None
| | -> None
| | - cfme.web_ui.toolbar.select(root='Configuration', invokes_alert=False, sub='Discover Cloud Providers')
| | | - cfme.web_ui.toolbar.is_greyed(root='Configuration', sub=None)
| | | -> !!!<class 'selenium.common.exceptions.NoSuchElementException'>
| | -> !!!<class 'selenium.common.exceptions.NoSuchElementException'>
| -> !!!<class 'selenium.common.exceptions.NoSuchElementException'>
| - cfme.fixtures.pytest_selenium.is_displayed(_deep=0, loc="//div[@id='blocker_div']")
| -> False
| - cfme.web_ui.cfme_exception.is_cfme_exception()
| | - <cfme.web_ui.Region title=None>.is_displayed()
| | | - cfme.fixtures.pytest_selenium.is_displayed(_deep=0, loc="//div[@id='exception_div']")
| | | -> False
| | -> False
| -> False
| - cfme.fixtures.pytest_selenium.is_displayed(_deep=0, loc="//body/div[@class='dialog' and ./h1 and ./p]")
| -> !!!<class 'selenium.common.exceptions.NoSuchElementException'>
-> !!!<class 'selenium.common.exceptions.NoSuchElementException'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment