unit test update

This commit is contained in:
Frank 2021-12-08 21:07:34 -05:00
parent daab1b0f1a
commit 50b02395da

View file

@ -45,7 +45,6 @@ it("cms-content-helper: Should return data from CMS", () => {
// Act
fetchCmsContentForPage("testPage").then((response) => {
// Assert
expect(response.isCmsContentReady).toBe(true);
expect(response.PageHeaderWidget[0].HeaderText).toEqual(
"Select a year to get started"
);