| OLD | NEW |
| 1 Test that the labels list of a form control is dynamically updated when the html
For attribute of a label is removed. | 1 Test that the labels list of a form control is dynamically updated when the html
For attribute of a label is removed. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Check button | 6 Check button |
| 7 PASS element.labels.length is 1 | 7 PASS element.labels.length is 1 |
| 8 PASS element.labels.length is 0 | 8 PASS element.labels.length is 0 |
| 9 Check input | 9 Check input |
| 10 PASS element.labels.length is 1 | 10 PASS element.labels.length is 1 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 Check urlType | 90 Check urlType |
| 91 PASS element.labels.length is 1 | 91 PASS element.labels.length is 1 |
| 92 PASS element.labels.length is 0 | 92 PASS element.labels.length is 0 |
| 93 Check weekType | 93 Check weekType |
| 94 PASS element.labels.length is 1 | 94 PASS element.labels.length is 1 |
| 95 PASS element.labels.length is 0 | 95 PASS element.labels.length is 0 |
| 96 PASS successfullyParsed is true | 96 PASS successfullyParsed is true |
| 97 | 97 |
| 98 TEST COMPLETE | 98 TEST COMPLETE |
| 99 | 99 |
| 100 |
| OLD | NEW |