mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Commenting out this test
This commit is contained in:
@@ -543,9 +543,10 @@ describe('TemplateFolderForm', () => {
|
|||||||
// .recalculate should have been called so the sticky JS picks up the controls
|
// .recalculate should have been called so the sticky JS picks up the controls
|
||||||
expect(GOVUK.stickAtBottomWhenScrolling.recalculate.mock.calls.length).toEqual(0);
|
expect(GOVUK.stickAtBottomWhenScrolling.recalculate.mock.calls.length).toEqual(0);
|
||||||
|
|
||||||
|
// Removing sticky functionality
|
||||||
// mode should have been set to 'default' as the controls only have one part
|
// mode should have been set to 'default' as the controls only have one part
|
||||||
expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls.length).toEqual(1);
|
// expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls.length).toEqual(1);
|
||||||
expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls[0][0]).toEqual('default');
|
// expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls[0][0]).toEqual('default');
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user