test: additional list-row-container for header row
This commit is contained in:
parent
e6f1767fa9
commit
374f778faa
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue