DEV: attempts to fix an heisentest in date-time-input-range (#8017)
This commit is contained in:
parent
0b1146add4
commit
08e7211d7d
|
@ -93,6 +93,7 @@ componentTest("prevents toDate to be before fromDate", {
|
|||
"it didnt trigger a mutation"
|
||||
);
|
||||
|
||||
await click("button.to-panel");
|
||||
await click(toDateInput());
|
||||
await pika(2019, 0, 30);
|
||||
|
||||
|
|
Loading…
Reference in New Issue