Skip to content

Commit

Permalink
Fix timepart for DateTimeField
Browse files Browse the repository at this point in the history
  • Loading branch information
jreznot committed Dec 18, 2018
1 parent 9cd3949 commit 69d2412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class DateTimeFieldImpl extends AbstractComponent<DateTimeField> implements DateTimeField {

public static final By DATEPART = cssSelector("div[class*='popupcalendar'] > input");
public static final By TIMEPART = cssSelector("input[class*='maskedfield']");
public static final By TIMEPART = cssSelector("input[class*='timefield']");

public DateTimeFieldImpl(By by) {
super(by);
Expand Down

0 comments on commit 69d2412

Please sign in to comment.