Remove FireBehavior imports and get rid of global test helpers

This change removes all imports of fire-behavior.js (usages were removed
before in a separate change). Also, change moves some global test helpers
to the test-utils.js file and imports them where they are used.

Change-Id: I25a85dcdfcb5fdfe7251fc166d1747fab0503af3
This commit is contained in:
Dmitrii Filippov
2020-04-03 15:21:39 +02:00
parent fdeba7883f
commit 41de60b3bb
80 changed files with 70 additions and 140 deletions

View File

@@ -16,7 +16,6 @@
*/
import '../../../scripts/bundled-polymer.js';
import '../../../behaviors/fire-behavior/fire-behavior.js';
import '../gr-account-link/gr-account-link.js';
import '../gr-button/gr-button.js';
import '../gr-icons/gr-icons.js';