From ae7401bf7b4c935b6487a0b80a44462b586033db Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 29 Nov 2024 13:47:54 -0300 Subject: [PATCH] refactor: Improve keyPairListComponent.spec.ts test reliability and performance (#4906) This commit refactors the keyPairListComponent.spec.ts file to improve the reliability and performance of the tests. It replaces the usage of `waitForTimeout` with `waitForSelector` to ensure that the necessary elements are present before proceeding with the test. This change enhances the stability and efficiency of the test suite.