Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhammer committed Jan 29, 2024
1 parent df6f7d4 commit e009a25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/e2e-tests/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ import { test, expect } from '@playwright/test';
test('App should render the welcome page', async ({ page }) => {
await page.goto('/');

await expect(page.getByText('SeatGeek Backstage Plugins Demo Site')).toBeVisible();
await expect(
page.getByText('SeatGeek Backstage Plugins Demo Site'),
).toBeVisible();
});

0 comments on commit e009a25

Please sign in to comment.