From d7a001cef0eb8b281d959a154fb6fb50b7a73583 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Dec 2021 13:42:38 -0700 Subject: [PATCH] Documentation fix --- api/js/etemplate/Et2InputWidget/test/InputBasicTests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/js/etemplate/Et2InputWidget/test/InputBasicTests.ts b/api/js/etemplate/Et2InputWidget/test/InputBasicTests.ts index bef490c126..9714989652 100644 --- a/api/js/etemplate/Et2InputWidget/test/InputBasicTests.ts +++ b/api/js/etemplate/Et2InputWidget/test/InputBasicTests.ts @@ -18,10 +18,11 @@ import {assert, elementUpdated} from "@open-wc/testing"; * element = await fixture(html` * * `); + * return element; * } * inputBasicTests(before, "2008-09-22T00:00:00.000Z", "input"); * - * @param {Function} beforeEach function to create / setup the widget + * @param {Function} before function to create / setup the widget. It is run before each test and must return the widget to test * @param {string} test_value A "good" value * @param {string} value_selector Passed to document.querySelector() to check that the value is displayed */