Skip to content

Commit d2268a3

Browse files
committed
fix: add wait for dRep list to render properly on filter
1 parent dbac716 commit d2268a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/govtool-frontend/playwright/lib/pages/dRepDirectoryPage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ export default class DRepDirectoryPage {
7979
(filter) => !filters.includes(filter)
8080
);
8181

82+
await this.page.waitForTimeout(4_000); // wait for the dRep list to render properly
83+
8284
const dRepList = await this.getAllListedDReps();
8385

8486
for (const filter of excludedFilters) {

0 commit comments

Comments
 (0)