From 6478dac1642bafa5f596899478109277b12a3a13 Mon Sep 17 00:00:00 2001 From: vitaliy Date: Tue, 8 Apr 2025 20:46:58 +0300 Subject: [PATCH] Intentionally fail test --- .../userInterface/content/MarkDirectoryAsMagentoRootTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)