Browse Source

fix: tests fix

nc-agg/tests
DarkPhoenix2704 5 months ago
parent
commit
2ce58f5c0d
  1. 2
      tests/playwright/pages/Dashboard/Grid/AggregationBar.ts

2
tests/playwright/pages/Dashboard/Grid/AggregationBar.ts

@ -40,7 +40,7 @@ export class AggregaionBarPage extends BasePage {
});
} else {
await clickAggregation(aggregation);
// await this.rootPage.waitForTimeout(500);
await this.rootPage.waitForTimeout(500);
}
}

Loading…
Cancel
Save