fix data quality permissions aut failure (#23357)

This commit is contained in:
Shrushti Polekar 2025-09-16 12:00:20 +05:30 committed by GitHub
parent f54e902bfe
commit 4f267d482e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,10 @@ export const validateViewPermissions = async (
.getByTestId('loader') .getByTestId('loader')
.waitFor({ state: 'detached' }); .waitFor({ state: 'detached' });
await page.waitForLoadState('domcontentloaded'); await page.waitForLoadState('domcontentloaded');
await page.getByText('Data Quality').click(); await page
.getByTestId('profiler-tab-left-panel')
.getByText('Data Quality')
.click();
await page.waitForLoadState('domcontentloaded'); await page.waitForLoadState('domcontentloaded');
await checkNoPermissionPlaceholder( await checkNoPermissionPlaceholder(
page, page,