Skip to content

Commit 3ca8eb3

Browse files
Merge pull request #864 from etmurasaki/etmura-fix-podimage
NO-JIRA: podImage fix automation testing to remove extra click
2 parents 969bc1f + 3b90117 commit 3ca8eb3

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)