Browse Source

fix: skip network validation

nc-agg/tests
DarkPhoenix2704 5 months ago
parent
commit
ec8dc0e0fc
  1. 1
      tests/playwright/tests/db/features/column-aggregation.spec.ts

1
tests/playwright/tests/db/features/column-aggregation.spec.ts

@ -702,6 +702,7 @@ test.describe('Field Aggregation', () => {
await aggregationBar.updateAggregation({
column_name: colName,
aggregation: y[0],
skipNetworkValidation: true,
});
await aggregationBar.verifyAggregation({

Loading…
Cancel
Save