mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 10:07:42 +00:00
fix(nc-gui): Test fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user