yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28006
[Bug 1411028] Re: Add webdriver page forward and refresh wrapper functions
** Changed in: horizon
Status: Fix Committed => Fix Released
** Changed in: horizon
Milestone: None => kilo-2
--
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):
Fix Released
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
References