test('calls fillIn method belonging to execution context', async function (assert) {
    assert.expect(1);

    const expectedSelector = 'input';
    const expectedText = 'dummy text';