CSR-227 update unit test.
This commit is contained in:
parent
4374dfdb12
commit
982db0115c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ describe("FunnelSubHeader.vue", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
expect(wrapper.find("h2").text()).toContain("FunnelSubHeader Content");
|
expect(wrapper.find("h5").text()).toContain("FunnelSubHeader Content");
|
||||||
wrapper.unmount();
|
wrapper.unmount();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue