mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Move calendar date + time picker from local dates into core component (#23023)
This commit moves the calendar date and time picker shown in the local dates modal into a core component that can be reused in other places. Also add system specs to make sure there isn't any breakages with this feature, and a section to the styleguide.
This commit is contained in:
@ -130,7 +130,7 @@ acceptance("Local Dates - composer", function (needs) {
|
||||
await click(".delete-to-date");
|
||||
|
||||
assert.notOk(
|
||||
query(".pika-table .is-selected"),
|
||||
query(".date-time-control.to.is-selected"),
|
||||
"deleting selected TO date works"
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user