From 19c7a4627da348d28a608b4e5137abf3e03f592c Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 16 Aug 2019 12:24:52 +0100 Subject: [PATCH] fix test --- test/components/structures/auth/Registration-test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/components/structures/auth/Registration-test.js b/test/components/structures/auth/Registration-test.js index 6a8b35fbc0..38c7ae3849 100644 --- a/test/components/structures/auth/Registration-test.js +++ b/test/components/structures/auth/Registration-test.js @@ -69,9 +69,10 @@ describe('Registration', function() { const root = render(); - // Set non-empty flow & matrixClient to get past the loading spinner + // Set non-empty flows, capabilities & matrixClient to get past the loading spinner root.setState({ flows: [], + serverCaps: {}, matrixClient: {}, busy: false, });