aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-test-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix EphyShell tests in WK2 waiting until views are loadedManuel Rego Casasnovas2013-03-131-0/+8
| | | | | | | | /src/ephy-shell/tab_load and /src/ephy-shell/tab_from_external tests were failing because of the same issue than session tests. We were not waiting till the views reach the committed load status in order to check the address. https://bugzilla.gnome.org/show_bug.cgi?id=695646
* Move methods related to view load from ephy-session-test to ephy-test-utilsManuel Rego Casasnovas2013-03-131-0/+44
In ephy-session-tests we added some methods in order to know if the EphyWebViews have been loaded or not before checking their addresses. These methods are going to be needed in more tests so they are moved to a utilities file. https://bugzilla.gnome.org/show_bug.cgi?id=695646