csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Build fails on Firefox due to issue clearing date fields #109

Closed craigfowler closed 6 years ago

craigfowler commented 6 years ago

On the latest Firefox, it is now impossible to clear the value from a date field. This is shown by a failing build with the appropriate information:

This needs to be addressed in the short term by ignoring the test in Firefox (do that in another ticket) but also in the long term by fixing the problem so that it is possible to clear the field.

craigfowler commented 6 years ago

Migrated