Skip to content

Commit

Permalink
fix: about link location
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma authored Jan 26, 2022
1 parent 8953c02 commit 07c2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/home.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('User page', () => {
});

it('should have an about link', async () => {
const aLink = await page.$('body > footer > a');
const aLink = await page.$('body > header > a');
expect(await aLink.innerText()).toMatch('About');
expect(await aLink.getAttribute('href')).toMatch(
'https://barakplasma.github.io/in-person-queue/',
Expand Down

0 comments on commit 07c2ec2

Please sign in to comment.