test("should decrement the `value` property by the step amount when the `stepDown()` method is invoked", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-number-field step="2" value="5"></fast-number-field>
            `;