Skip to content

Commit

Permalink
test: flaky user test fix [INFENG-663] (#9281)
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 authored May 1, 2024
1 parent e4c6afe commit 7a296fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/react/src/e2e/tests/userManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ test.describe('User Management', () => {
).toHaveLength(10);
}).toPass({ timeout: 10_000 });
// go to page 2 to see users
expect(async () => {
await expect(async () => {
// BUG [ET-240]
await userManagementPage.table.table.pagination.pageButtonLocator(2).click();
await expect(
Expand Down

0 comments on commit 7a296fa

Please sign in to comment.