fix(nc-gui): Test fix

This commit is contained in:
Muhammed Mustafa
2023-10-07 17:14:50 +05:30
parent bc6871e00b
commit f235e818b6

View File

@@ -55,6 +55,6 @@ export class DataSourcePage extends BasePage {
const row = this.get()
.locator('.ds-table-row')
.nth(rowIndex + 1);
await row.locator('button.nc-action-btn:has-text("Audit")').click();
await row.getByTestId('nc-data-sources-view-audit').click();
}
}