-
Notifications
You must be signed in to change notification settings - Fork 975
Start suggestions after first character not second fixes #3235 #3238
Conversation
I think these tests might be breaking with this:
Please also adjust the urlbar suggestions code to test that it comes up after a single char. |
Search engine shortcuts require at least 2 chars ("a " for amazon, "w " for wikipedia, etc) but this doesn't look like it would break that 😄 Something you might manually test (in addition to checking out the broken tests) |
@bbondy @bsclifton I have adjusted the tests to fit the new behaviour. Also added a new test. Btw there was a test that was failing on master as well, because the element that was tested did not exists. I fixed that as well. |
I think these ones are still failing on travis:
It's possible they are intermittent but I haven't seen them before. |
@bbondy Locally all tests pass, I guess it is travis problem? I saw it earlier and ran the whole test suite 3 times in a row locally, but could not find any problem. |
Can you see if it came up before this PR in build history there? https://travis-ci.org/brave/browser-laptop Possibly you'll find evidence it's not related to this though. |
@bbondy Can you review the PR please. All of the failing tests are failing on master as well and its because of timeout ... if you execute them locally they won't fail |
I think this looks good but I'm going to wait for 0.12.6 to merge. Sorry this had to wait so long. |
merging finally, thanks for your patience on this. |
git rebase -i
to squash commits if needed.