Skip to content

Commit aac4fe3

Browse files
committed
wip
1 parent 2e2fa8f commit aac4fe3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

playwright/UI/FilterTypePatch.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,8 @@ test.describe('Patch Filters', () => {
169169

170170
await navigateToPackages(page);
171171
await closePopupsIfExist(page);
172-
await waitForTableLoad(page);
173172

174173
// Use a package name from the table so the filter is guaranteed to match a visible row
175-
await page.getByRole('grid', { name: 'Patch table view' }).scrollIntoViewIfNeeded();
176174
const firstPackageCell = page.locator('td[data-label="Name"]').first();
177175
await expect(firstPackageCell).toBeVisible();
178176
const packageName = (await firstPackageCell.textContent())?.trim();

0 commit comments

Comments
 (0)