test: Scroll list_title into view
This commit is contained in:
parent
a63f902648
commit
ca0e0d2fcf
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ context("Web Form", () => {
|
|||
cy.visit("/app/web-form/note");
|
||||
|
||||
cy.findByRole("tab", { name: "Settings" }).click();
|
||||
|
||||
cy.wait(100);
|
||||
cy.get(".section-head").contains("List Settings").scrollIntoView();
|
||||
|
||||
cy.fill_field("list_title", "Note List");
|
||||
|
||||
cy.save();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue