<link rel="shortcut icon" href="https://some.url/icon">
<script src="https://some.url/some-script.js"></script>
<meta name="foo" content="bar">
<h1>i'm the headline</h1>
<p class="foo bar">i'm a paragraph</p>
<p>i'm a second paragraph</p>
<p>i'm a paragraph <wbr> with word break</p>
<p>i'm the last paragraph</p>
withAttribute = "name" to "foo"
attribute("content") toBe "bar"
text toBe "i'm the headline"
className toContain "navigation"
text toContain "paragraph"
withClass = "foo" and "bar"
text toBe "i'm a paragraph"