test: fix css query
This commit is contained in:
parent
2c8dbb730a
commit
e6f1767fa9
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ context("List View", () => {
|
|||
it("Keep checkbox checked after Refresh", { scrollBehavior: false }, () => {
|
||||
cy.go_to_list("ToDo");
|
||||
cy.clear_filters();
|
||||
cy.get(".list-header-subject > .list-subject > .list-check-all").click();
|
||||
cy.get(".list-header-subject .list-subject .list-check-all").click();
|
||||
cy.get("button[data-original-title='Reload List']").click();
|
||||
cy.get(".list-row-container .list-row-checkbox:checked").should("be.visible");
|
||||
});
|
||||
|
|
@ -31,7 +31,7 @@ context("List View", () => {
|
|||
];
|
||||
cy.go_to_list("ToDo");
|
||||
cy.clear_filters();
|
||||
cy.get(".list-header-subject > .list-subject > .list-check-all").click();
|
||||
cy.get(".list-header-subject .list-subject .list-check-all").click();
|
||||
cy.findByRole("button", { name: "Actions" }).click();
|
||||
cy.get(".dropdown-menu li:visible .dropdown-item")
|
||||
.should("have.length", 8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue