test('looks for elements outside the testing container', async function (this: TestContext, assert) {
    const page = create({
      foo: isHidden('span', { testContainer: '#alternate-ember-testing' }),
    });