Skip to content

Commit 69d2412

Browse files
committed
Fix timepart for DateTimeField
1 parent 9cd3949 commit 69d2412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/web/src/main/java/com/haulmont/masquerade/components/impl/DateTimeFieldImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public class DateTimeFieldImpl extends AbstractComponent<DateTimeField> implements DateTimeField {
4040

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

4444
public DateTimeFieldImpl(By by) {
4545
super(by);

0 commit comments

Comments
 (0)