removed check as condition has pagination but it's disabled (#22826)

This commit is contained in:
Erik Jan de Wit 2023-08-31 09:21:48 +02:00 committed by GitHub
parent 7604370a00
commit 430af7a1e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();