meta-it / odooselenium

Tools to interact with Odoo using Selenium
Other
25 stars 16 forks source link

OdooUI.wait_for_page_load() waits for staleness of BODY #2

Closed benoitbryon closed 8 years ago

benoitbryon commented 8 years ago

Refs #1. Made OdooUI.wait_for_page_load() more generic since it waits for staleness of BODY element. Moved the check of presence of .oe_application .oe_manager_view from OdooUI.login() to OdooUI.go_to_module() and OdooUI.go_to_view().

benoitbryon commented 8 years ago

@n1b0r: can you review this one? Unless otherwise specified, I will merge and release version 0.2 tomorrow.

n1b0r commented 8 years ago

:+1: