Browse Source

chore: standardize test names

jamesread 15 hours ago
parent
commit
e9e8a29b3f

+ 0 - 0
integration-tests/tests/dashboardsWithBasicFieldsets/dashboardsWithBasicFieldsets.js → integration-tests/tests/dashboardsWithBasicFieldsets/dashboardsWithBasicFieldsets.mjs


+ 0 - 0
integration-tests/tests/emptyDashboardsAreHidden/emptyDashboardsAreHidden.js → integration-tests/tests/emptyDashboardsAreHidden/emptyDashboardsAreHidden.mjs


+ 0 - 0
integration-tests/tests/entities/entities.js → integration-tests/tests/entities/entities.mjs


+ 0 - 0
integration-tests/tests/entityFilesWithLongIntsUseStandardForm/entityFilesWithLongIntsUseStandardForm.js → integration-tests/tests/entityFilesWithLongIntsUseStandardForm/entityFilesWithLongIntsUseStandardForm.mjs


+ 0 - 0
integration-tests/tests/multipleDropdowns/multipleDropdowns.js → integration-tests/tests/multipleDropdowns/multipleDropdowns.mjs


+ 0 - 0
integration-tests/tests/sleep/sleep.js → integration-tests/tests/sleep/sleep.mjs


+ 1 - 1
integration-tests/tests/trustedHeader/trustedHeader.js → integration-tests/tests/trustedHeader/trustedHeader.mjs

@@ -1,5 +1,5 @@
 import { expect } from 'chai'
-import { 
+import {
   getRootAndWait,
   takeScreenshotOnFailure,
 } from '../../lib/elements.js'