Fix <input /> test in test_webelem

This commit is contained in:
Florian Bruhin 2016-08-01 16:28:54 +02:00
parent 220a387d2d
commit 15863065cb

View File

@ -162,7 +162,7 @@ class SelectionAndFilterTests:
('<textarea />', [webelem.Group.all, webelem.Group.inputs]),
('<select />', [webelem.Group.all]),
('<input />', [webelem.Group.all]),
('<input />', [webelem.Group.all, webelem.Group.inputs]),
('<input type="hidden" />', []),
('<input type="text" />', [webelem.Group.inputs, webelem.Group.all]),
('<input type="email" />', [webelem.Group.inputs, webelem.Group.all]),