p
element with the first few words of this kitty ipsum text: Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
p
element should contain the first few words of the provided kitty ipsum text
.
testString: assert.isTrue((/Kitty(\s)+ipsum/gi).test($("p").text()));
```
Hello Paragraph
```Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff
```