Skip to content

Tests for html5 new input types#1327

Merged
aaltat merged 1 commit into
robotframework:masterfrom
aaltat:html5_input_types
Mar 13, 2019
Merged

Tests for html5 new input types#1327
aaltat merged 1 commit into
robotframework:masterfrom
aaltat:html5_input_types

Conversation

@aaltat

@aaltat aaltat commented Mar 12, 2019

Copy link
Copy Markdown
Contributor

Tests for #1291

@aaltat

aaltat commented Mar 12, 2019

Copy link
Copy Markdown
Contributor Author

Travis is having problem with downloading pypy. Need to wait Travis to sort out their problems before this can be merged.

@aaltat aaltat merged commit 2f2331d into robotframework:master Mar 13, 2019
@aaltat aaltat deleted the html5_input_types branch March 13, 2019 05:42
Input field type date
Input Text id:date 03/01/2019
${value} = Get Value id:date
Should Be Equal As Strings ${value} 2019-03-01

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locale dependant test or just broken ? Fails for 2019-01-03 != 2019-03-01

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh darn, should have seen that one coming. Should make a fix that the date is converted to same format.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #1344 to address the problem.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants