blob: 279cfebedbbb050242c7c5c48507f34eecabeed8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Test the value of checkbox after selecting the associated label's text
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS checkbox.checked is true
PASS window.getSelection().toString() is "Some, Text associated with input"
PASS successfullyParsed is true
TEST COMPLETE
|