Fix partial_import_test

Fixes: #30492

Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
Hynek Mlnarik 2024-06-19 13:29:45 +02:00 committed by Hynek Mlnařík
parent 77fb3c4dd4
commit e1eb8d3bbe

View file

@ -120,6 +120,7 @@ describe("Partial import test", () => {
//clear button should be disabled if there is nothing in the dialog
modal.clearButton().should("be.disabled");
modal.textArea().get(".view-lines").should("have.text", "");
modal.textArea().get(".view-lines").click();
modal.textArea().type("{}", { force: true });
modal.textArea().get(".view-lines").should("have.text", "{}");
modal.clearButton().should("not.be.disabled");