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