Skip to content

Commit

Permalink
Adjust news test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 23, 2024
1 parent 68d3d99 commit b7fef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Acceptance-Playwright/Tests/frontend.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('Can see homepage', async ({page}) => {

test('Can see news page', async ({page}) => {
await page.goto('/news');
await expect(page.getByRole('document')).toContainText('Content Element with uid "5"');
await expect(page.getByRole('document')).toContainText('No news available.');
});

test('Can see search page and search for Tomasnorre', async ({page}) => {
Expand Down

0 comments on commit b7fef94

Please sign in to comment.