We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73d170 commit 85746b6Copy full SHA for 85746b6
src/test/kotlin/com/magento/idea/magento2plugin/actions/content/MarkDirectoryAsMagentoRootTest.kt
@@ -109,7 +109,7 @@ class MarkDirectoryAsMagentoRootTest {
109
comboBox.keyboard {
110
hotKey(VK_CONTROL, VK_A) // Select all text
111
key(VK_DELETE) // Delete selected text
112
- enterText(tempProjectDir.absolutePath)
+ enterText(tempProjectDir.absolutePath.toString().replace("\\", "\\\\"))
113
}
114
115
button("OK").click()
0 commit comments