test: additional list-row-container for header row

This commit is contained in:
barredterra 2024-04-11 15:52:10 +02:00
parent e6f1767fa9
commit 374f778faa

View file

@ -64,8 +64,8 @@ context("Folder Navigation", () => {
cy.visit("/app/file/view/home/Attachments/Test%20Folder");
cy.wait(500);
cy.get(".list-row-container").eq(0).should("contain.text", "72402.jpg");
cy.get(".list-row-checkbox").eq(0).click();
cy.get(".list-row-container").eq(1).should("contain.text", "72402.jpg");
cy.get(".list-row-checkbox").eq(1).click();
cy.intercept({
method: "POST",