Skip to content

Commit

Permalink
fix_filtering_page
Browse files Browse the repository at this point in the history
  • Loading branch information
karlOS123testing committed Apr 29, 2024
1 parent 900d71b commit 5efb713
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 5efb713

Please sign in to comment.