Skip to content

Commit

Permalink
change test to wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-robustelli committed Feb 28, 2024
1 parent 21a8357 commit 9635ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ test('Test login', async ({ page }) => {
expect(page.url()).toBe('http://localhost:3000/account');
await page.waitForSelector('p.header-email');
const emailText = await page.textContent('p.header-email');
expect(emailText).toBe('richard@example.com');
expect(emailText).toBe('wrong@example.com');
});

0 comments on commit 9635ffe

Please sign in to comment.