Updating unit test to reflect header change

This commit is contained in:
Max 2021-12-03 14:31:06 -05:00
parent 4bfb82bdb7
commit 126f4b80ca

View file

@ -11,6 +11,6 @@ describe("Header.vue", () => {
});
// Assert
expect(wrapper.find("span").text()).toContain("Header Content");
expect(wrapper.find("h2").text()).toContain("Header Content");
});
});