What is the purpose of this MR?
This is a small MR to make the website url in the SummaryPage redirect to the correct link instead of a relative path to our partner-onboarding page.
Briefly explain your solution
Just created a small getSummaryWebsiteHref function to use the normalizeUrl as before but now appending the https in the url so the user is correctly directed to the website. Created a small function to add tests to it, and added a regression test to SummaryCompanyHeader.
What is the purpose of this MR?
This is a small MR to make the website url in the SummaryPage redirect to the correct link instead of a relative path to our partner-onboarding page.
Briefly explain your solution
Just created a small getSummaryWebsiteHref function to use the normalizeUrl as before but now appending the https in the url so the user is correctly directed to the website. Created a small function to add tests to it, and added a regression test to SummaryCompanyHeader.