Skip to content

Commit

Permalink
fix: Reactivate User test flake (#9979)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkim-det authored Sep 24, 2024
1 parent f2277f1 commit bc3b2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/react/src/e2e/tests/userManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ test.describe('User Management', () => {
});
testUser = await user.changeStatusUser(testUser, true);
saveTestUser(testUser, testUsers);
await user.validateUser(testUser);
});
await test.step('Successful Sign In', async () => {
await auth.logout();
Expand Down

0 comments on commit bc3b2a6

Please sign in to comment.