You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example; date fields are often shown on screen like 'dd-MM-yyyy' or 'HH:mm' etc.
The getValue() method on the selenium component rather gives the full toString value of the date object like "1970-01-01T16:00:00.000Z".
For checks, it would be nice to test against the value actually displayed.
The text was updated successfully, but these errors were encountered:
For example; date fields are often shown on screen like 'dd-MM-yyyy' or 'HH:mm' etc.
The getValue() method on the selenium component rather gives the full toString value of the date object like "1970-01-01T16:00:00.000Z".
For checks, it would be nice to test against the value actually displayed.
The text was updated successfully, but these errors were encountered: