Skip to content

Commit 6478dac

Browse files
committed
Intentionally fail test
1 parent f4c1566 commit 6478dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/magento/idea/magento2plugin/userInterface/content/MarkDirectoryAsMagentoRootTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class MarkDirectoryAsMagentoRootTest {
6060
with(projectViewTree) {
6161
//add magento code to project
6262
findText("magento").click(MouseButton.RIGHT_BUTTON)
63-
contextMenu("Mark Directory as").click()
63+
contextMenu("Mark Directory as Not Exist").click()
6464
contextMenuItem("Sources Root").click()
6565

6666
findText("module-catalog").click(MouseButton.RIGHT_BUTTON)

0 commit comments

Comments
 (0)