GNOME Bugzilla – Bug 721348
changing search engine breaks tests
Last modified: 2014-01-07 15:54:44 UTC
Changing the search engine to anything other than ddg breaks tests.
The EphyWebView test has ddg hardcoded as the search engine. We probably need to fix that test.
Created attachment 265273 [details] [review] Fix tests if search engine is changed test_ephy_web_view_normalize_or_autosearch(): don't assume the default search engine has never been changed.
Created attachment 265274 [details] [review] Improve test_ephy_web_view_normalize_or_autosearch Run the test using a search engine other than DuckDuckGo, to make sure changing the search engine works as expected.
Review of attachment 265273 [details] [review]: Good!
Review of attachment 265274 [details] [review]: Great, thanks.
Attachment 265273 [details] pushed as 7f5f8cd - Fix tests if search engine is changed Attachment 265274 [details] pushed as 77a267c - Improve test_ephy_web_view_normalize_or_autosearch