test("should update the `step` attribute on the internal control when the `step` property is changed", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-number-field></fast-number-field>
            `;