Skip to content

Commit 0f8b1fe

Browse files
Merge pull request #868 from etmurasaki/etmura-4218-changes
NO-JIRA: automation testing fix on podImage
2 parents 9848579 + 098819f commit 0f8b1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Cypress.Commands.add('waitUntilWithCustomTimeout', (
129129
if (hasDataViewFilters) {
130130
cy.byOUIAID('DataViewFilters').find('button').contains('Status').scrollIntoView().should('be.visible').click();
131131
cy.byOUIAID('OUIA-Generated-Menu').find('button').contains('Name').scrollIntoView().should('be.visible').click();
132-
cy.byAriaLabel('Name filter').scrollIntoView().should('be.visible').type(pod);
132+
cy.get('[placeholder="Filter by name"]').scrollIntoView().should('be.visible').type(pod);
133133
} else {
134134
cy.byTestID('name-filter-input').should('be.visible').type(pod);
135135
}

0 commit comments

Comments
 (0)