Hola chicos que tienen algunos problemas aquí.
Entonces, me gustaría ubicar la primera fila en mi tabla que tiene un estado confirmado y luego hacer clic en esa fila para realizar otras comprobaciones dentro de ese elemento
it('should be able to view transaction id', () => { Get first element in the table that have confirmed status Click on that row Check if that expanded row have Transaction ID and value of that ID is not empty });Estas son las filas de mi tabla
static get tableRows(): Cypress.Chainable<JQuery<HTMLElement>> { return cy.get<HTMLElement>('tbody[role="rowgroup"] tr'); }Aquí está mi columna de estado
static get statusColumn(): Cypress.Chainable<JQuery<HTMLElement>> { return cy.get<HTMLElement>('tr td.cdk-cell.status.cdk-column-Status'); }aOtra complejidad es que la fila expandida tiene más bloques td