diff --git a/src/test/kotlin/com/magento/idea/magento2plugin/userInterface/content/MarkDirectoryAsMagentoRootTest.kt b/src/test/kotlin/com/magento/idea/magento2plugin/userInterface/content/MarkDirectoryAsMagentoRootTest.kt index 938421cf7..8b219d070 100644 --- a/src/test/kotlin/com/magento/idea/magento2plugin/userInterface/content/MarkDirectoryAsMagentoRootTest.kt +++ b/src/test/kotlin/com/magento/idea/magento2plugin/userInterface/content/MarkDirectoryAsMagentoRootTest.kt @@ -60,7 +60,7 @@ class MarkDirectoryAsMagentoRootTest { with(projectViewTree) { //add magento code to project findText("magento").click(MouseButton.RIGHT_BUTTON) - contextMenu("Mark Directory as").click() + contextMenu("Mark Directory as Not Exist").click() contextMenuItem("Sources Root").click() findText("module-catalog").click(MouseButton.RIGHT_BUTTON)