Updating unit test to reflect header change
This commit is contained in:
parent
4bfb82bdb7
commit
126f4b80ca
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ describe("Header.vue", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
expect(wrapper.find("span").text()).toContain("Header Content");
|
expect(wrapper.find("h2").text()).toContain("Header Content");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue