Skip to content

Commit

Permalink
Merge pull request #16 from ProcessMaker/fix_filterPage
Browse files Browse the repository at this point in the history
fix_filtering_page
  • Loading branch information
karlOS123testing authored Apr 29, 2024
2 parents 900d71b + 5efb713 commit 0ab16d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Filtering {
.find("button")
.contains(option)
.click();
cy.get('[class="jumbotron jumbotron-fluid"]').should("be.visible");
//cy.get('[class="jumbotron jumbotron-fluid"]').should("be.visible");
//cy.get('[class="jumbotron jumbotron-fluid"]').should("not.be.visible");
}
/**
Expand Down

0 comments on commit 0ab16d2

Please sign in to comment.