unit test update
This commit is contained in:
parent
daab1b0f1a
commit
50b02395da
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ it("cms-content-helper: Should return data from CMS", () => {
|
||||||
// Act
|
// Act
|
||||||
fetchCmsContentForPage("testPage").then((response) => {
|
fetchCmsContentForPage("testPage").then((response) => {
|
||||||
// Assert
|
// Assert
|
||||||
expect(response.isCmsContentReady).toBe(true);
|
|
||||||
expect(response.PageHeaderWidget[0].HeaderText).toEqual(
|
expect(response.PageHeaderWidget[0].HeaderText).toEqual(
|
||||||
"Select a year to get started"
|
"Select a year to get started"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue