Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2397)

Issue 6770023: Added a test for Autofill to check the postal code and state label change based on corresponding ... (Closed)

Created:
9 years, 9 months ago by dyu1
Modified:
9 years, 7 months ago
Reviewers:
kkania, Huyen
CC:
chromium-reviews, kkania, Paweł Hajdan Jr., anantha, Nirnimesh
Visibility:
Public.

Description

Added a test for Autofill to check the postal code and state label change based on corresponding country. - AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry - state_zip_labels.txt TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79958

Patch Set 1 #

Total comments: 19

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M chrome/test/webdriver/chromedriver_tests.py View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/test/webdriver/state_zip_labels.txt View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dyu1
9 years, 9 months ago (2011-03-29 21:45:32 UTC) #1
Huyen
http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py#newcode364 chrome/test/webdriver/chromedriver_tests.py:364: def NewDriver(self): Fold the code here into where you're ...
9 years, 8 months ago (2011-03-30 19:17:02 UTC) #2
dyu1
http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py#newcode364 chrome/test/webdriver/chromedriver_tests.py:364: def NewDriver(self): On 2011/03/30 19:17:02, Huyen wrote: > Fold ...
9 years, 8 months ago (2011-03-30 21:51:45 UTC) #3
Huyen
http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py#newcode364 chrome/test/webdriver/chromedriver_tests.py:364: def NewDriver(self): On 2011/03/30 21:51:45, dyu1 wrote: > On ...
9 years, 8 months ago (2011-03-30 22:08:03 UTC) #4
dyu1
http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py#newcode364 chrome/test/webdriver/chromedriver_tests.py:364: def NewDriver(self): On 2011/03/30 22:08:03, Huyen wrote: > On ...
9 years, 8 months ago (2011-03-30 22:33:09 UTC) #5
Huyen
http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/1/chrome/test/webdriver/chromedriver_tests.py#newcode364 chrome/test/webdriver/chromedriver_tests.py:364: def NewDriver(self): On 2011/03/30 22:33:10, dyu1 wrote: > On ...
9 years, 8 months ago (2011-03-30 23:23:12 UTC) #6
dyu1
9 years, 8 months ago (2011-03-30 23:27:23 UTC) #7
Huyen
LGTM
9 years, 8 months ago (2011-03-30 23:34:49 UTC) #8
kkania
http://codereview.chromium.org/6770023/diff/5004/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/5004/chrome/test/webdriver/chromedriver_tests.py#newcode355 chrome/test/webdriver/chromedriver_tests.py:355: """Autofill tests that interacts with web UI.""" web settings ...
9 years, 8 months ago (2011-03-31 00:48:48 UTC) #9
dyu1
http://codereview.chromium.org/6770023/diff/5004/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/5004/chrome/test/webdriver/chromedriver_tests.py#newcode355 chrome/test/webdriver/chromedriver_tests.py:355: """Autofill tests that interacts with web UI.""" On 2011/03/31 ...
9 years, 8 months ago (2011-03-31 03:19:31 UTC) #10
kkania
LGTM after nits; make sure it passes the bots http://codereview.chromium.org/6770023/diff/9003/chrome/test/webdriver/chromedriver_tests.py File chrome/test/webdriver/chromedriver_tests.py (right): http://codereview.chromium.org/6770023/diff/9003/chrome/test/webdriver/chromedriver_tests.py#newcode379 chrome/test/webdriver/chromedriver_tests.py:379: ...
9 years, 8 months ago (2011-03-31 03:33:25 UTC) #11
dyu1
9 years, 8 months ago (2011-03-31 03:46:23 UTC) #12
http://codereview.chromium.org/6770023/diff/9003/chrome/test/webdriver/chrome...
File chrome/test/webdriver/chromedriver_tests.py (right):

http://codereview.chromium.org/6770023/diff/9003/chrome/test/webdriver/chrome...
chrome/test/webdriver/chromedriver_tests.py:379: """Chrome functional test
section. Put all tests of ChromeDriver below.
On 2011/03/31 03:33:25, kkania wrote:
> except you got the wording wrong; how about: "all tests of the implementation
of
> ChromeDriver should go above"

Done.

http://codereview.chromium.org/6770023/diff/9003/chrome/test/webdriver/chrome...
chrome/test/webdriver/chromedriver_tests.py:383: class
AutofillTest(unittest.TestCase):
On 2011/03/31 03:33:25, kkania wrote:
> two newlines above

Done.

http://codereview.chromium.org/6770023/diff/9003/chrome/test/webdriver/chrome...
chrome/test/webdriver/chromedriver_tests.py:384: """Autofill tests."""
On 2011/03/31 03:33:25, kkania wrote:
> hehe, if this is the best you can do just drop the comment

Done.

Powered by Google App Engine
This is Rietveld 408576698