Consolidated knockout.js
[openemr.git] / Tests / Manual_Tests / Facility_Registration / 1_Add_Facility_Test_Case.md
blob7877a115b0b3d08185c3e440f4ad9867ba695a73
1 <table>
2   <thead>
3     <tr>
4       <th align="center"><span>Step</span></th>
5       <th align="center"><span>Action</span></th>
6       <th align="center"><span>Expectation</span></th>
7     </tr>
8   </thead>
9   <tbody>
10     <tr>
11       <td>1</td>
12       <td>Click &quot;Administration&quot; bar in the left frame.</td>
13       <td>&quot;Facilities&quot; link is revealed.</td>
14     </tr>
15     <tr>
16       <td>2</td>
17       <td><span>Click link and observe view.</span></td>
18       <td><span>Facility list is in view.</span></td>
19     </tr>
20     <tr>
21       <td>3</td>
22       <td><span>Click &quot;Add&quot; button.</span></td>
23       <td><span>&quot;Add Facility&quot; pop-up is in view.</span></td>
24     </tr>
25     <tr>
26       <td>4</td>
27       <td>
28       <p>Enter in the following information and click &quot;Save&quot; button:</p>
30       <ul>
31         <li>Name: (blank)</li>
32         <li>Phone: (123) 234-2344</li>
33         <li>Address: 2 Beaver Lane</li>
34         <li>Fax: 12345</li>
35         <li>City: Cooltown</li>
36         <li>Zip Code: 12345</li>
37         <li>State: PA</li>
38         <li>Tax ID: EIN 123</li>
39         <li>Country: US</li>
40         <li>Facility NPI: 54321</li>
41         <li>Website: example.com</li>
42         <li>Email: test@example.com</li>
43         <li>Billing Location:&nbsp;<span>(checked)</span></li>
44         <li>Accepts Assignment: (checked)</li>
45         <li>Service Location: (unchecked)</li>
46         <li>Color: (blank)</li>
47         <li>Primary Business Entity: (checked)</li>
48         <li>POS Code: 49: Independent Clinic</li>
49         <li>Billing Attn: 12345</li>
50         <li>CLIA: 54321</li>
51       </ul>
52       </td>
53       <td>&quot;Name&quot; and &quot;Color&quot; input fields are turned red, indicating that they are required fields.</td>
54     </tr>
55     <tr>
56       <td>5</td>
57       <td>
58       <p>Update in the following information and click &quot;Save&quot; button:</p>
60       <ul>
61         <li>Name: My Facility</li>
62         <li><span>Color: (using picker, choose any color value)</span></li>
63       </ul>
64       </td>
65       <td>Pop-up is no longer shown. Facility list is in view.</td>
66     </tr>
67     <tr>
68       <td>6</td>
69       <td>Click recently entered facility in list and observe information.</td>
70       <td>&quot;Edit Facility&quot; pop-up is in view with recently entered facility information.</td>
71     </tr>
72     <tr>
73       <td>7</td>
74       <td>Click &quot;Cancel&quot; button.</td>
75       <td><span>Pop-up is no longer shown. Facility list is in view.</span></td>
76     </tr>
77     <tr>
78       <td>8</td>
79       <td><span>Click &quot;Calendar&quot; bar in the left frame.</span></td>
80       <td>Calendar is in view.</td>
81     </tr>
82     <tr>
83       <td>9</td>
84       <td>Observe left side of the calendar.</td>
85       <td>List of facilities is shown with recently added facility name and color.</td>
86     </tr>
87   </tbody>
88 </table>