We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d3e0a commit 7aef68bCopy full SHA for 7aef68b
1 file changed
Jenkinsfile-SmokeTest
@@ -83,7 +83,7 @@ def runSmokeTests(Map args = new LinkedHashMap()) {
83
bedrockTests(
84
name: name,
85
browser: platform.browser,
86
- testDirs: [ "src/test/ts/" ],
+ testDirs: [ "tinymce-angular-component/src/test/ts" ],
87
bucket: currBucket,
88
buckets: buckets,
89
custom: customArgs
@@ -103,7 +103,7 @@ def runSmokeTests(Map args = new LinkedHashMap()) {
103
104
105
106
- testDirs: [ "src/test/ts" ],
107
108
109
custom: additionalArgs + " --useSelenium"
0 commit comments