Add minor change to force update.
This commit is contained in:
parent
a45ad5a11e
commit
01ad8942e8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ describe("alert.vue", () => {
|
||||||
expect(wrapperDiv.classes()).toContain("warning");
|
expect(wrapperDiv.classes()).toContain("warning");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Should update alert Headline to manualHeadline datam entered and alert copy to manualCopy datam entered when no cmsWidgetName entered", async () => {
|
it("Should update alert Headline to manualHeadline datam entered and alert copy to manualCopy datam entered when no cmsWidgetName entered.", async () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const wrapper = shallowMount(alert, setupMocks({}));
|
const wrapper = shallowMount(alert, setupMocks({}));
|
||||||
// Assert
|
// Assert
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue