Skip to content

Commit 8744548

Browse files
committed
format
1 parent da483ab commit 8744548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/tests/specs/features/search/active-filters.dependent.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ test.describe('Search', () => {
3939
test('multi-segment mutation filter can be added and removed', async ({ page }) => {
4040
const mutation = 'S:G100A';
4141
await searchPage.cchf();
42-
const segment = page.locator('details', { hasText: 'S' })
43-
await segment.locator('summary').click()
42+
const segment = page.locator('details', { hasText: 'S' });
43+
await segment.locator('summary').click();
4444
await searchPage.enterMutation(mutation);
4545
await expect(page.getByText(`mutation:${mutation}`)).toBeVisible();
4646
await page.getByLabel('remove filter').click();

0 commit comments

Comments
 (0)