Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Aug 9, 2024
1 parent f4462cd commit 56e3b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/playwright/30-search/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { test, expect } from '@playwright/test';

test('Search page with "q" param is successfully loaded', async({ page }) => {
// Navigate to the search page with query parameters
await page.goto('/_search?q=あああああああああああああああああああああああ');
await page.goto('/_search?q=alerts');

// Confirm search result elements are visible
await expect(page.getByTestId('search-result-base')).toBeVisible();
Expand Down

0 comments on commit 56e3b20

Please sign in to comment.