test('should set the `role` attribute to "row" by default', async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-data-grid-row></fast-data-grid-row>
            `;