Skip to content

Commit

Permalink
refactor: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyhm committed Sep 13, 2023
1 parent b3a60d1 commit cdfa3bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/home.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ test('Body contains night entry', async ({ page }) => {
expect(await page.innerText('body')).toContain('Night:');
});



test('Footer contains repo address', async ({ page }) => {
await page.goto('/');
expect(await page.innerText('footer')).toContain('https://github.com/freddyhm/myrepostats');
Expand Down

0 comments on commit cdfa3bb

Please sign in to comment.