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