← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1338630] [NEW] Integration test should run full screen

 

Public bug reported:

Integration tests using Selenium Webdriver are currently running in a medium size window (Selenium's defualt size for Firefox browser).
Maximizing the Firefox's window size requires a simple change and will improve the tests display on run time.

TODO:
---------
Add maximize_window() method to the driver in openstack_dashboard/test/integration_tests/helpers.py --> BaseTestCase --> setUp.

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: integration-tests selenium

** Description changed:

- Integration tests using Selenium Webdriver are currently running in a medium size window (Selenium's defualt size for Firefox browser). 
+ Integration tests using Selenium Webdriver are currently running in a medium size window (Selenium's defualt size for Firefox browser).
  Maximizing the Firefox's window size requires a simple change and will improve the tests display on run time.
  
  TODO:
  ---------
  Add maximize_window() method to the driver in openstack_dashboard/test/integration_tests/helpers.py --> BaseTestCase --> setUp.

** Tags added: selenium

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1338630

Title:
  Integration test should run full screen

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Integration tests using Selenium Webdriver are currently running in a medium size window (Selenium's defualt size for Firefox browser).
  Maximizing the Firefox's window size requires a simple change and will improve the tests display on run time.

  TODO:
  ---------
  Add maximize_window() method to the driver in openstack_dashboard/test/integration_tests/helpers.py --> BaseTestCase --> setUp.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1338630/+subscriptions


Follow ups

References