Skip to content

Commit 3b90117

Browse files
committed
remove extra click
1 parent 969bc1f commit 3b90117

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

web/cypress/support/commands/utility-commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Cypress.Commands.add('waitUntilWithCustomTimeout', (
135135
}
136136
});
137137
cy.get(`a[data-test^="${pod}"]`).eq(0).as('podLink').click();
138-
cy.get('@podLink').should('be.visible').click();
139138
cy.byPFRole('rowgroup').find('td').eq(1).scrollIntoView().should('be.visible').then(($td) => {
140139
cy.log('Pod image: ' + $td.text());
141140
});

0 commit comments

Comments
 (0)