test('returns true when the element contains the text', async function (this: TestContext, assert) {
    const page = create({
      foo: contains('span'),
    });