Misc: Change display name of Kotlin/Protractor run configuration type
#KT-25595 Fixed
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ import icons.JavaScriptLanguageIcons
|
|||||||
|
|
||||||
class KotlinProtractorConfigurationType : ConfigurationTypeBase(
|
class KotlinProtractorConfigurationType : ConfigurationTypeBase(
|
||||||
"KotlinJavaScriptTestRunnerProtractor",
|
"KotlinJavaScriptTestRunnerProtractor",
|
||||||
"Protractor",
|
"Protractor (Kotlin)",
|
||||||
NAME,
|
NAME,
|
||||||
JavaScriptLanguageIcons.Protractor.Protractor
|
JavaScriptLanguageIcons.Protractor.Protractor
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user