test("should set a default orientation value of `horizontal` when `orientation` is not provided", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-tabs></fast-tabs>
            `;