Skip to content

Commit

Permalink
Merge branch 'main' into Scroll-and-pagination-in-process-list
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiLein authored Oct 28, 2024
2 parents e9672e7 + e137c04 commit 61fd1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ms2/processes/process-list.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class ProcessListPage {

/* Rendereing potential placeholder element can take longer */
/* -> ensure new rows are rendered */
await page.locator('tr[data-row-key=' + visibleIds[0] + ']').waitFor({ state: 'hidden' });
await page.locator('tr[data-row-key="' + visibleIds[0] + '"]').waitFor({ state: 'hidden' });
}
}
}
Expand Down

0 comments on commit 61fd1c0

Please sign in to comment.