Commit b883f45c authored by Ian Struiksma's avatar Ian Struiksma Committed by Commit Bot

Update cipd version for giftcardmall test fix

updated giftcardmall.test to remove autofill-information reference
in xpath. This required update of cipd version in DEPS

diff of cipd versions:
265c265
<       "selector": "//select[@id=\"statesList\"]",
---
>       "selector": "//select[@id=\"statesList\" and normalize-space(@autofill-information)=\"overall type: ADDRESS_HOME_STATE server type: ADDRESS_HOME_STATE heuristic type: ADDRESS_HOME_STATE label: State parseable name: state section: address_2-default field signature: 1878375253 form signature: 2667380901547437148\"]",
276c276
<       "selector": "//input[@id=\"addressZip\"]",
---
>       "selector": "//input[@id=\"addressZip\" and normalize-space(@autofill-information)=\"overall type: ADDRESS_HOME_ZIP server type: ADDRESS_HOME_ZIP heuristic type: ADDRESS_HOME_ZIP label: Zip parseable name: zip section: address_2-default field signature: 569224803 form signature: 2667380901547437148\"]",


Bug: 1088252
Change-Id: I06821a54e0f0e92505e92d31a5b54aef54c951f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224052
Auto-Submit: Ian Struiksma <ianstruiksma@google.com>
Reviewed-by: default avatarIan Struiksma <ianstruiksma@google.com>
Reviewed-by: default avatarSven Zheng <svenzheng@chromium.org>
Commit-Queue: Ian Struiksma <ianstruiksma@google.com>
Cr-Commit-Position: refs/heads/master@{#773842}
parent cee6cc14
......@@ -444,7 +444,7 @@ deps = {
'packages': [
{
'package': 'chromium/chrome/test/data/autofill/captured_sites',
'version': 'xJFOr7KZ-xyv-0JsdsJXfAB8KguCnExUFa-tJ7UJno8C',
'version': 'h9Gg7yubBBAUojG00C-9GgJasXr9kpjgzhI3Md4SD9YC',
}
],
'condition': 'checkout_chromium_autofill_test_dependencies',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment