removed check as condition has pagination but it's disabled (#22826)
This commit is contained in:
parent
7604370a00
commit
430af7a1e3
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ export default class FlowDetails {
|
|||
addCondition(subFlowName: string, executionTestId: string) {
|
||||
this.clickEditDropdownForFlow(subFlowName, "Add condition");
|
||||
|
||||
cy.get(".pf-c-pagination").should("not.exist");
|
||||
cy.findByTestId(executionTestId).click();
|
||||
cy.findByTestId("modal-add").click();
|
||||
|
||||
|
|
Loading…
Reference in a new issue