commit | 809938a27fe9efdbfa273f77d6c2b63d048e0f86 | [log] [tgz] |
---|---|---|
author | Ian Struiksma <[email protected]> | Fri Oct 25 21:16:18 2019 |
committer | Commit Bot <[email protected]> | Fri Oct 25 21:16:18 2019 |
tree | 7b799f5908704674bb592c336943b7a245b033bb | |
parent | 0fbaadc41d2bc4ad6744b404ba75ed1ef93d59da [diff] |
Fix some password captured sites tests for windows 4 password sites were failing on windows because the screen resolution was too small and thus the dynamic html was not consistent from recording (or linux replay). Update password captured sites cipd version to get thew new version of these sites. diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/capture_update_pass/nexon.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/capture_update_pass/nexon.test 44,61d43 < "selector": "//span[@data-v-5af1f5e3 and text()=\"My Account\"]", < "visibility": 7, < "context": { < "isIframe": false < }, < "type": "click", < "action_index": 5 < }, < { < "selector": "//nav/div[@data-v-5af1f5e3][1]/div[@data-v-5af1f5e3][2]/ul[@data-v-5af1f5e3]/li[@data-v-5af1f5e3][1]/a[@data-v-5af1f5e3 and @id=\"accountSetting\" and text()=\"Account Settings\"]", < "visibility": 7, < "context": { < "isIframe": false < }, < "type": "click", < "action_index": 6 < }, < { 66a49 > "force": true, diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/capture_update_pass/paypal.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/capture_update_pass/paypal.test 17,18c17 < < "selector": "//a[@href=\"/myaccount/settings/password/edit/\"]/span[text()=\"Update\"]", --- > "selector": "//div[@id=\"securityTab\"]/div/ul/li[1]/div[1]", diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/sign_up_pass/battle_net.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/sign_up_pass/battle_net.test 36,37c36,37 < "selector": "//div[@data-value=\"3\"]", < "visibility": 7, --- > "selector": "//div[@data-value=\"12\"]", > "visibility": 3, 43a44 > { "type": "PressEscape" }, diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/sign_up_pass/indeed.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/sign_up_pass/indeed.test 42c42 < "visibility": 7, --- > "visibility": 3, Bug: 984662 Change-Id: Ib82de8b9ca886bdedbcc0f217c5d3e576013f049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880016 Commit-Queue: Caleb Rouleau <[email protected]> Reviewed-by: Caleb Rouleau <[email protected]> Auto-Submit: Ian Struiksma <[email protected]> Cr-Commit-Position: refs/heads/master@{#709639}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .