Skip to content

Commit

Permalink
test: fix entries table test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pastor committed Nov 29, 2023
1 parent 4bdac60 commit 2da3d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/pia-angular/entries/entries_table.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ describe("Entries_table", () => {
// Skip tutorial
cy.disable_onboarding();
cy.visit(`/#/entries`);
cy.get(".pia-filtersBlock-switch").click();
// cy.get(".pia-filtersBlock-switch").click({force: true});
});

/**
* Table
*/
context("entries_table", () => {
it("change display and check if there is a table", () => {
cy.get(".pia-filtersBlock-switch").click({ force: true });
cy.get("table").should("exist");
});

Expand Down

0 comments on commit 2da3d89

Please sign in to comment.