New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 697150 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature



Sign in to add a comment

Create a new method is_page_ready method in the enterprise_policy_base.py

Project Member Reported by krishna...@chromium.org, Feb 28 2017

Issue description

Create a new method is_page_ready() method in in the enterprise_policy_base.py to check if a test page 
has completed loading.
Many policy_* autotests have implemented an is_page_ready() method 
to check if the test page has completed loading. 
Replace these individual methods in those tests with a call to a
common method within the enterprise_policy_base.py base class. 


The  is_page_ready() method shall take as an argument, a 'page_ready'
condition/check that signifies that the corresponding test page has completed loading.


 

Sign in to add a comment