We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6e21c commit ab1d15aCopy full SHA for ab1d15a
2 files changed
test/e2e/test/specs/test.e2e.ts test/e2e/specs/loadMlAssets.spec.tstest/e2e/test/specs/test.e2e.ts renamed to test/e2e/specs/loadMlAssets.spec.ts
@@ -1,5 +1,5 @@
1
-import { activityBarUtils } from '../../src/utils/ActivityBarUtils'
2
-import { sideBarViewUtils } from '../../src/utils/SideBarViewUtils'
+import { activityBarUtils } from '../src/utils/ActivityBarUtils.js'
+import { sideBarViewUtils } from '../src/utils/SideBarViewUtils.js'
3
4
/**
5
* Asset Explorer:
test/e2e/wdio.conf.ts
@@ -28,7 +28,7 @@ export const config: WebdriverIO.Config = {
28
// of the config file unless it's absolute.
29
//
30
specs: [
31
- './test/specs/**/*.ts'
+ './specs/**/*.spec.ts'
32
],
33
// Patterns to exclude.
34
exclude: [
0 commit comments