test('findOneBy throws error if > 1 elements found', async function (this: TestContext, assert) {
    assert.expect(1);
    const page = create({
      foo: collection('span', {
        text: text(),