Add description in Header + Change title
This commit is contained in:
@@ -4,7 +4,7 @@ import Header from "./";
|
||||
describe("Header", () => {
|
||||
it("should render Header instance", () => {
|
||||
const wrapper = mount(Header, { stubs: ["router-link"] });
|
||||
expect(wrapper.find("h1").text()).toBe("Ghibli");
|
||||
expect(wrapper.find("h1").text()).toBe("PeopleDoc");
|
||||
});
|
||||
|
||||
it("should redirect to Home page when clicking on brand logo", () => {
|
||||
|
||||
Reference in New Issue
Block a user