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 f4c1566 commit 6478dacCopy full SHA for 6478dac
src/test/kotlin/com/magento/idea/magento2plugin/userInterface/content/MarkDirectoryAsMagentoRootTest.kt
@@ -60,7 +60,7 @@ class MarkDirectoryAsMagentoRootTest {
60
with(projectViewTree) {
61
//add magento code to project
62
findText("magento").click(MouseButton.RIGHT_BUTTON)
63
- contextMenu("Mark Directory as").click()
+ contextMenu("Mark Directory as Not Exist").click()
64
contextMenuItem("Sources Root").click()
65
66
findText("module-catalog").click(MouseButton.RIGHT_BUTTON)
0 commit comments