We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcd28f commit 1e70ecdCopy full SHA for 1e70ecd
1 file changed
src/app/component/footer/footer.component.spec.ts
@@ -27,7 +27,7 @@ describe(FooterComponent.name, () => {
27
expect(divider).toBeTruthy();
28
});
29
30
- it("should display a link with a Github icon", () => {
+ it("should display a link with a GitHub icon", () => {
31
const githubIcon = fixture.nativeElement.querySelector("[data-testid='github-icon']");
32
expect(githubIcon.href).toEqual("https://github.com/RHSplinter/DevToolBox");
33
expect(githubIcon.querySelector("i").classList).toContain("fa-github");
0 commit comments