Add missing cleanup to multiline field test (#4416)

This commit is contained in:
Monica Kozbial
2020-11-02 16:37:17 -08:00
committed by GitHub
parent eff3fcc289
commit 9bcfa60e86

View File

@@ -5,6 +5,12 @@
*/
suite('Multiline Input Fields', function() {
setup(function() {
sharedTestSetup.call(this);
});
teardown(function() {
sharedTestTeardown.call(this);
});
/**
* Configuration for field tests with invalid values.
* @type {!Array<!FieldCreationTestCase>}