Merge lp:~ricardokirkner/selenium-simple-test/text-type-tel into lp:selenium-simple-test

Proposed by Ricardo Kirkner
Status: Merged
Approved by: Corey Goldberg
Approved revision: 439
Merged at revision: 439
Proposed branch: lp:~ricardokirkner/selenium-simple-test/text-type-tel
Merge into: lp:selenium-simple-test
Diff against target: 12 lines (+1/-1)
1 file modified
src/sst/actions.py (+1/-1)
To merge this branch: bzr merge lp:~ricardokirkner/selenium-simple-test/text-type-tel
Reviewer Review Type Date Requested Status
Corey Goldberg (community) Approve
Review via email: mp+234320@code.launchpad.net

Commit message

support text input with type="tel"

To post a comment you must log in.
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/sst/actions.py'
2--- src/sst/actions.py 2013-09-15 16:25:35 +0000
3+++ src/sst/actions.py 2014-09-11 14:41:15 +0000
4@@ -517,7 +517,7 @@
5
6 _textfields = (
7 'text', 'password', 'textarea', 'email',
8- 'url', 'search', 'number', 'file')
9+ 'url', 'search', 'number', 'file', 'tel')
10
11
12 def assert_textfield(id_or_elem):

Subscribers

People subscribed via source and target branches