Jesper Herrloff

Results 4 issues of Jesper Herrloff

**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376) at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:101) at...

bug

### What Happened When use in Laravel Application with custom Module Structure, I didnt manage to get uses function which calls UsesCall Class to work as expected. If for example:...

bug

https://github.com/magento/magento2-functional-testing-framework/blob/0a5672871f31784e9a646bbd2ecb7d64173bbfd2/src/Magento/FunctionalTestingFramework/Util/TestGenerator.php#L1818 This feature is exploding the whole string inside the paranntheses. Its more or less impossible to use XPATH in this method as we cannot use //span[contains(@class,'class-to-search-for') and contains(@class,'has-another-class')] it...

When trying to run tests in newer version than 4.2.1 it gets an exception that it cant find AllureCodeception class. Referenced here with Namespace Yandex\Allure https://github.com/magento/magento2-functional-testing-framework/blob/develop/src/Magento/FunctionalTestingFramework/Allure/Adapter/MagentoAllureAdapter.php#L20 And in composer.lock Namespace...