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 e5e47cb commit 46d6b1bCopy full SHA for 46d6b1b
src/test/kotlin/com/magento/idea/magento2plugin/actions/content/MarkDirectoryAsMagentoRootTest.kt
@@ -74,7 +74,7 @@ class MarkDirectoryAsMagentoRootTest {
74
startTrialFree.click()
75
val dialog = find<DialogFixture>(byXpath("//div[@class='MyDialog']"))
76
dialog.button("Close").click()
77
- Thread.sleep(2_000)
+ Thread.sleep(10_000)
78
step("Switch back to PhpStorm IDE window if Firefox overlay detected") {
79
remoteRobot.runJs(
80
"""
0 commit comments