|
|
DescriptionMD Settings: Tests for URL navigation on load.
BUG=637508
Patch Set 1 #Patch Set 2 : h #
Total comments: 4
Patch Set 3 : typical #Patch Set 4 : comment #
Depends on Patchset: Messages
Total messages: 21 (14 generated)
The CQ bit was checked by michaelpg@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
PTAL. I could land these tests with their associated CL (https://codereview.chromium.org/2259163002) but there's a chance they're flaky.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by michaelpg@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
lgtm https://codereview.chromium.org/2383563004/diff/20001/chrome/test/data/webui/... File chrome/test/data/webui/settings/settings_page_url_browsertest.js (right): https://codereview.chromium.org/2383563004/diff/20001/chrome/test/data/webui/... chrome/test/data/webui/settings/settings_page_url_browsertest.js:20: var toolbar = assert(document.querySelector('* /deep/ cr-toolbar')); IIRC using /deep/ in a test is ok(?). https://codereview.chromium.org/2383563004/diff/20001/chrome/test/data/webui/... chrome/test/data/webui/settings/settings_page_url_browsertest.js:57: // Resolves the promise or schedules itself to run again in a rAF. optional: // Resolves the promise or schedules itself to run again in a later // animation frame. Hmm, those (original and suggestion above) are both rather literal. Maybe drop the comment?
https://codereview.chromium.org/2383563004/diff/20001/chrome/test/data/webui/... File chrome/test/data/webui/settings/settings_page_url_browsertest.js (right): https://codereview.chromium.org/2383563004/diff/20001/chrome/test/data/webui/... chrome/test/data/webui/settings/settings_page_url_browsertest.js:20: var toolbar = assert(document.querySelector('* /deep/ cr-toolbar')); On 2016/10/03 18:29:58, dschuyler wrote: > IIRC using /deep/ in a test is ok(?). yes: /deep/ inside querySelector is not deprecated, and it doesn't pose a performance issue here https://codereview.chromium.org/2383563004/diff/20001/chrome/test/data/webui/... chrome/test/data/webui/settings/settings_page_url_browsertest.js:57: // Resolves the promise or schedules itself to run again in a rAF. On 2016/10/03 18:29:58, dschuyler wrote: > optional: > // Resolves the promise or schedules itself to run again in a later > // animation frame. > > Hmm, those (original and suggestion above) are both rather literal. Maybe drop > the comment? Done.
The CQ bit was checked by michaelpg@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dschuyler@chromium.org Link to the patchset: https://codereview.chromium.org/2383563004/#ps60001 (title: "comment")
k, let's see what breaks
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...)
This will be flaky until we can figure out a solution for the page size changing during/after load: https://bugs.chromium.org/p/chromium/issues/detail?id=637508#c9
Description was changed from ========== MD Settings: Tests for URL navigation on load. BUG=637508 R=dschuyler@chromium.org ========== to ========== MD Settings: Tests for URL navigation on load. BUG=637508 R=dschuyler@chromium.org ==========
michaelpg@chromium.org changed reviewers: - dschuyler@chromium.org
Description was changed from ========== MD Settings: Tests for URL navigation on load. BUG=637508 R=dschuyler@chromium.org ========== to ========== MD Settings: Tests for URL navigation on load. BUG=637508 ========== |