From 7d1069563500d2d656b8aae8cccace5d1acbf5b5 Mon Sep 17 00:00:00 2001 From: Hassan Abdel-Rahman Date: Tue, 21 Nov 2023 13:00:55 -0500 Subject: [PATCH 1/2] fix for flaky realm info tests --- .../host/app/components/realm-dropdown.gts | 9 ++- .../host/app/services/realm-info-service.ts | 59 ++++++++++++------- 2 files changed, 45 insertions(+), 23 deletions(-) diff --git a/packages/host/app/components/realm-dropdown.gts b/packages/host/app/components/realm-dropdown.gts index 5c612cc563..8a573d6994 100644 --- a/packages/host/app/components/realm-dropdown.gts +++ b/packages/host/app/components/realm-dropdown.gts @@ -25,7 +25,10 @@ interface Signature { export default class RealmDropdown extends Component {