Bug 1145112 - Convert all usages of wait_for_condition to Wait().until(). r=whimboo#144
Bug 1145112 - Convert all usages of wait_for_condition to Wait().until(). r=whimboo#144sr-murthy wants to merge 27 commits intomozilla:masterfrom
wait_for_condition to Wait().until(). r=whimboo#144Conversation
…rity_notification.py
wait_for_condition to Wait().until(). r=whimboo
…test_security_notification.py
…rity_notification.py
…test_security_notification.py
There was a problem hiding this comment.
So this change looks fine, but have you run the tests locally yourself? At least this test will fail because Wait has not been imported.
|
Beside the above comments please also check the reported Travis failures and get them fixed. Travis CI has to pass before we can merge anything. |
|
OK, will do these soon. |
|
I've made the requested changes, but I cannot acces the Travis CI build. Also the build did not trigger in the normal way. |
|
Thanks for the update! So the test via Travis has not been triggered because there is a merge conflict. You will have to rebase your development branch against the latest changes on upstream/master first. Once this is done Travis will pick up the latest state of the branch and run the tests. |
|
I thought I had fixed the rebase conflicts, since I was able to finish the rebase. Now the Travis build fails again. |
|
Looking at the build failure the errors seem related to PEP8 checks, not my code changes. I am going through the PEP8 errors one by one, and will push again after I have addressed all of them. |
…t_safe_browsing_warning_pages.py
|
It looks like that you got the merge done now. That's great. But as you can see Travis is still not happy due to Pep8 problems. You will have to go through each of the lines and fix what the test output shows. If you have specific questions you can always join us on IRC and we can have a direct conversation about a specific problem. |
|
OK, I'll turn off the Travis CI build option for the fork and then push again. |
|
Sorry for the delay, but I in a week I will fix the PEP8 errors and update the pull request. |
|
RIght, finally I have been able to find the time to resolve the PEP8 errors. I note that your advice to combine two |
|
I've resolved the PEP8 errors (and testing this locally using the |
|
I'm going to close this, and create a new local dev branch from which I will create a new pull request. |
Replaced all instances of
wait_for_condition()withWait().until()