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

Issue 9775001: Refactor tests that performs an action on the password infobar to identify the infobar by type and … (Closed)

Created:
8 years, 9 months ago by dyu1
Modified:
8 years, 9 months ago
Reviewers:
dennis_jeffrey
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, Nirnimesh
Visibility:
Public.

Description

Refactor tests that performs an action on the password infobar to identify the infobar by type and index of type. Originally these tests identified the password infobar by the text of the password infobar button. TEST=none BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128252

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -22 lines) Patch
M chrome/test/functional/passwords.py View 1 2 3 4 5 8 chunks +29 lines, -22 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dyu1
8 years, 9 months ago (2012-03-20 20:02:50 UTC) #1
dennis_jeffrey
http://codereview.chromium.org/9775001/diff/1001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/9775001/diff/1001/chrome/test/functional/passwords.py#newcode84 chrome/test/functional/passwords.py:84: def _InfobarTypeDisplayed(self, infobar_type, windex, tab_index): Change the function name ...
8 years, 9 months ago (2012-03-20 21:17:58 UTC) #2
dyu1
http://codereview.chromium.org/9775001/diff/1001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/9775001/diff/1001/chrome/test/functional/passwords.py#newcode84 chrome/test/functional/passwords.py:84: def _InfobarTypeDisplayed(self, infobar_type, windex, tab_index): On 2012/03/20 21:17:58, dennis_jeffrey ...
8 years, 9 months ago (2012-03-20 22:24:34 UTC) #3
dennis_jeffrey
one nit + one question that came to mind http://codereview.chromium.org/9775001/diff/9001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/9775001/diff/9001/chrome/test/functional/passwords.py#newcode88 chrome/test/functional/passwords.py:88: ...
8 years, 9 months ago (2012-03-21 01:00:07 UTC) #4
dyu1
http://codereview.chromium.org/9775001/diff/9001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/9775001/diff/9001/chrome/test/functional/passwords.py#newcode88 chrome/test/functional/passwords.py:88: infobar_type: The infobar type displayed. On 2012/03/21 01:00:07, dennis_jeffrey ...
8 years, 9 months ago (2012-03-21 01:08:08 UTC) #5
dennis_jeffrey
1 nit and 1 typo fix http://codereview.chromium.org/9775001/diff/11004/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/9775001/diff/11004/chrome/test/functional/passwords.py#newcode104 chrome/test/functional/passwords.py:104: """Return the index ...
8 years, 9 months ago (2012-03-21 18:09:00 UTC) #6
dyu1
http://codereview.chromium.org/9775001/diff/11004/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/9775001/diff/11004/chrome/test/functional/passwords.py#newcode104 chrome/test/functional/passwords.py:104: """Return the index and asserts that the save password ...
8 years, 9 months ago (2012-03-21 18:29:43 UTC) #7
dennis_jeffrey
8 years, 9 months ago (2012-03-21 18:35:20 UTC) #8
LGTM

Thanks!  I see that the other required CL to add the infobar type information to
Chrome has landed, so this one should be good to go.

Powered by Google App Engine
This is Rietveld 408576698