added cypress ignores and removed a space for the navbar

This commit is contained in:
Rick van Lieshout 2022-06-30 11:03:31 +02:00
parent 3a72c2131d
commit 294e054524
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@ bundle.zip
.angular/cache/ .angular/cache/
cypress/videos cypress/videos
cypress/screenshots

View File

@ -12,7 +12,7 @@ export const Navbar: FunctionComponent<Props> = () => {
<nav data-testid="nav"> <nav data-testid="nav">
<Link to="/" data-testid="nav.home"> <Link to="/" data-testid="nav.home">
Home Home
</Link>{" "} </Link>
<Link to="/about" data-testid="nav.about"> <Link to="/about" data-testid="nav.about">
About About
</Link> </Link>