Fix partial_import_test
Fixes: #30492 Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
77fb3c4dd4
commit
e1eb8d3bbe
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue