diff --git a/ee/spec/frontend/billings/subscriptions/components/subscription_table_spec.js b/ee/spec/frontend/billings/subscriptions/components/subscription_table_spec.js
index e91c1e302c1dd1cc4506b0bc1d5f3e94864306d0..aa773766d2bf9f398139d04e53049fff527392ef 100644
--- a/ee/spec/frontend/billings/subscriptions/components/subscription_table_spec.js
+++ b/ee/spec/frontend/billings/subscriptions/components/subscription_table_spec.js
@@ -68,7 +68,7 @@ describe('SubscriptionTable component', () => {
     });
 
     it('shows loading icon', () => {
-      expect(wrapper.findComponent(GlLoadingIcon).isVisible()).toBeTruthy();
+      expect(wrapper.findComponent(GlLoadingIcon).isVisible()).toBe(true);
     });
 
     it('dispatches the correct actions', () => {