Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jun 28, 2023
1 parent 9e3b52e commit 2f80aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/detail.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ test.describe('Detail', async () => {
await page.goto('/');

await page.getByTestId('GoToDetail').click();
await expect(page.getByTestId('DetailScreen')).toHaveText('Fail');
await expect(page.getByTestId('DetailScreen')).toHaveText('Details Screen');
});
});

0 comments on commit 2f80aba

Please sign in to comment.