← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1411028] [NEW] Add webdriver page forward and refresh wrapper functions

 

Public bug reported:

INFO: 
There exists a 'go_to_previous_page' function in pageobject.py in the integration test suite. it would be nice if there are related helper functions like:
i) moving to next page
ii) refreshing the page.
I see selenium already has support for driver to use these functions 
https://code.google.com/p/selenium/source/browse/py/selenium/webdriver/remote/webdriver.py#532
so if there is some wrapper functions for these in pageobject.py , that would be nice so we dont have to call with driver all the time to get these functions.
FIX:
add wrapper functions as 'move_to_next_page()' and 'refresh_page()' in pageobject.py

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: integration-tests

-- 
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/1411028

Title:
  Add webdriver page forward and refresh wrapper functions

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  INFO: 
  There exists a 'go_to_previous_page' function in pageobject.py in the integration test suite. it would be nice if there are related helper functions like:
  i) moving to next page
  ii) refreshing the page.
  I see selenium already has support for driver to use these functions 
  https://code.google.com/p/selenium/source/browse/py/selenium/webdriver/remote/webdriver.py#532
  so if there is some wrapper functions for these in pageobject.py , that would be nice so we dont have to call with driver all the time to get these functions.
  FIX:
  add wrapper functions as 'move_to_next_page()' and 'refresh_page()' in pageobject.py

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


Follow ups

References