mirror of
https://github.com/immich-app/immich.git
synced 2025-12-11 22:33:44 +09:00
chore: migrate to immich/ui confirm modal (#20114)
This commit is contained in:
@@ -12,8 +12,8 @@ describe('ChangeDate component', () => {
|
||||
|
||||
const getDateInput = () => screen.getByLabelText('date_and_time') as HTMLInputElement;
|
||||
const getTimeZoneInput = () => screen.getByLabelText('timezone') as HTMLInputElement;
|
||||
const getCancelButton = () => screen.getByText('cancel');
|
||||
const getConfirmButton = () => screen.getByText('confirm');
|
||||
const getCancelButton = () => screen.getByText('Cancel');
|
||||
const getConfirmButton = () => screen.getByText('Confirm');
|
||||
|
||||
beforeEach(() => {
|
||||
vi.stubGlobal('IntersectionObserver', getIntersectionObserverMock());
|
||||
|
||||
Reference in New Issue
Block a user