Skip to content

Commit

Permalink
Fix test lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacaluso711 committed Aug 30, 2024
1 parent e5ce49b commit 91da9bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ids-segmented-control/ids-segmented-control.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ import percySnapshot from '@percy/playwright';
import { expect } from '@playwright/test';
import { test } from '../base-fixture';

import IdsSegmentedControl from '../../src/components/ids-segmented-control/ids-segmented-control';

test.describe('IdsSegmentedControl tests', () => {
const url = '/ids-segmented-control/example.html';
let segmentedControl: any;

test.beforeEach(async ({ page }) => {
await page.goto(url);
segmentedControl = await page.locator('ids-segmented-control').first();
});

test.describe('general page checks', () => {
Expand Down

0 comments on commit 91da9bd

Please sign in to comment.