mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
DEV: attempts to fix an heisentest in date-time-input-range (#8017)
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user