[Internal] Sandbox: Testing a Client's Page

[Internal] Sandbox: Testing a Client's Page

Introduction
Occasionally there might be a situation in a module that you are not sure how to fix. Rather than testing different options in the client’s orientation, it's better to first test them in your sandbox. This document provides steps for how to test an issue a client is having on one of their pages by recreating the problem in your sandbox.

Grab the Client's Code

1) Navigate to the client’s module.

2) Scroll down to the Browse and Manage Sections section.
3) Choose the radio button of the section you want to test and click Manage.

4) In the Pages for Section section, choose the radio button of the page you want to test and click Edit.

5) In the Edit Page section, click the Code View icon (<>).


6) Select all (Ctl+A) and copy the HTML code.


Test the Client's Code

7) Navigate to a section in your sandbox.
8) In the Create New Page section, give the test page a title in the Page Title textbox.
9) Click the Code View icon and paste the HTML code.
10) Click Save Page.
11) Preview the module to confirm that you are seeing the same problem that was on the client’s page.
12) Return to your test page and being testing how you can correct the issue. Note: if needed, add code to your Test Theme in the Administration page. For ideas on things to try, refer to the Theme Override Index.