diff --git a/client/components/registration/registration.js b/client/components/registration/registration.js index 5b185815..0aefbe34 100644 --- a/client/components/registration/registration.js +++ b/client/components/registration/registration.js @@ -345,7 +345,8 @@ export default class Registration extends React.Component { getForm = () => { const {registration, settings, orgSlug} = this.props; - const {additional_info_text, input_fields, links, auto_select_first_plan} = registration; + const {additional_info_text, input_fields, links, auto_select_first_plan} = + registration; const { success, phone_number, @@ -385,7 +386,7 @@ export default class Registration extends React.Component { selectedPlan, this.changePlan, this.changePlan, - auto_select_first_plan + auto_select_first_plan, )} {(plans.length === 0 || (plans.length > 0 && selectedPlan !== null)) && ( diff --git a/client/components/status/__snapshots__/status.test.js.snap b/client/components/status/__snapshots__/status.test.js.snap index ce833b21..2c96f33d 100644 --- a/client/components/status/__snapshots__/status.test.js.snap +++ b/client/components/status/__snapshots__/status.test.js.snap @@ -1,7 +1,260 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[` rendering should render correctly 1`] = ` - +exports[` interactions should show user's plan when subscription module is enabled 1`] = ` + + + Do you want to automatically log in the next time? +

+ } + handleResponse={[Function]} + isConfirmationDialog={true} + toggleModal={[Function]} + /> +
+
+
+ +

+ CURRENT_SUBSCRIPTION_TXT + + Free +

+
+ +

+ + 00:00:00 + + + of + + 03:00:00 + + used +

+
+
+ +

+ + 0 + + + of + + 2.79 GB + + used +

+
+

+ +

+
+
+
+
+
+

+ WiFi Login Successful! +

+

+ You can now use the internet. +

+

+ You may leave this page open in case you want to log out. +

+

+ + + Logged in + +

+

+ + +

+
+ +
+
+ + link-1 + +
+
+ + link-3 + +
+
+
+ +
+
+
+ +
+
+ + + + + +
+
+ + +
+