Browse Source

fix(nc-gui): Test fix

pull/6607/head
Muhammed Mustafa 9 months ago
parent
commit
f235e818b6
  1. 2
      tests/playwright/pages/Dashboard/ProjectView/DataSourcePage.ts

2
tests/playwright/pages/Dashboard/ProjectView/DataSourcePage.ts

@ -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();
}
}

Loading…
Cancel
Save