We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbac716 commit d2268a3Copy full SHA for d2268a3
tests/govtool-frontend/playwright/lib/pages/dRepDirectoryPage.ts
@@ -79,6 +79,8 @@ export default class DRepDirectoryPage {
79
(filter) => !filters.includes(filter)
80
);
81
82
+ await this.page.waitForTimeout(4_000); // wait for the dRep list to render properly
83
+
84
const dRepList = await this.getAllListedDReps();
85
86
for (const filter of excludedFilters) {
0 commit comments