Skip to content

Commit 13d3e3d

Browse files
committed
Removing test because it fails in CI
1 parent e2d4723 commit 13d3e3d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

atest/acceptance/keywords/textfields_html5.robot

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ Input field type date
1616
${value} = Get Value id:date
1717
Should Not Be Empty ${value}
1818

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-
2719
Input field type email
2820
Input Text id:email [email protected]
2921
${value} = Get Value id:email

0 commit comments

Comments
 (0)