We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d4723 commit 13d3e3dCopy full SHA for 13d3e3d
atest/acceptance/keywords/textfields_html5.robot
@@ -16,14 +16,6 @@ Input field type date
16
${value} = Get Value id:date
17
Should Not Be Empty ${value}
18
19
-Input field type datetime-local
20
- [Documentation] Date and time formats are difficult test because format
21
- ... depends on the users machine where the test is run. Therefore only
22
- ... checking that value is not empty and it should work in most locales.
23
- Input Text id:datetime-local 04-03-002019 01:45PM
24
- ${value} = Get Value id:datetime-local
25
- Should Not Be Empty ${value}
26
-
27
Input field type email
28
Input Text id:email [email protected]
29
${value} = Get Value id:email
0 commit comments