test("should set direction equal to the `direction` value", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-slider></fast-slider>
            `;