GNOME Bugzilla – Bug 695649
[WK2] EphyWebView provisional_load_failure_updates_back_forward_list fails
Last modified: 2013-03-13 14:47:41 UTC
/embed/ephy-web-view/provisional_load_failure_updates_back_forward_list: ** ERROR:../../tests/ephy-web-view-test.c:373:test_ephy_web_view_provisional_load_failure_updates_back_forward_list: assertion failed: (webkit_back_forward_list_get_current_item ( webkit_web_view_get_back_forward_list (WEBKIT_WEB_VIEW (view)))) FAIL
Created attachment 238785 [details] [review] Patch Similar issue to the sessions and ephy shell tests, in this case we were not waiting for the signal "changed" WebKitBackForwardList. Fixed with a similar approach than other tests.
Excellent, pushed to master. Thanks!