Fix <input /> test in test_webelem
This commit is contained in:
parent
220a387d2d
commit
15863065cb
@ -162,7 +162,7 @@ class SelectionAndFilterTests:
|
|||||||
('<textarea />', [webelem.Group.all, webelem.Group.inputs]),
|
('<textarea />', [webelem.Group.all, webelem.Group.inputs]),
|
||||||
('<select />', [webelem.Group.all]),
|
('<select />', [webelem.Group.all]),
|
||||||
|
|
||||||
('<input />', [webelem.Group.all]),
|
('<input />', [webelem.Group.all, webelem.Group.inputs]),
|
||||||
('<input type="hidden" />', []),
|
('<input type="hidden" />', []),
|
||||||
('<input type="text" />', [webelem.Group.inputs, webelem.Group.all]),
|
('<input type="text" />', [webelem.Group.inputs, webelem.Group.all]),
|
||||||
('<input type="email" />', [webelem.Group.inputs, webelem.Group.all]),
|
('<input type="email" />', [webelem.Group.inputs, webelem.Group.all]),
|
||||||
|
Loading…
Reference in New Issue
Block a user