Artur Neumann
Artur Neumann
CI fails in a clone step :-(
@sakshamgurung does this solve #39173 ?
No, because the library we are using is not exposing that information
There is a bug in the chrome driver https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943 workarounds in `facebook/php-webdriver` https://github.com/facebook/php-webdriver/pull/640 and `nightwatch` https://github.com/nightwatchjs/nightwatch/pull/2122
Opened an issues in the GitHub repo of SensioLabs\Behat\PageObjectExtension. Closing this?
sorry for not sending it directly ``` /home/artur/www/owncloud-core/lib/composer/instaclick/php-webdriver/lib/WebDriver/Exception.php:155 Stack trace: #0 /home/artur/www/owncloud-core/lib/composer/instaclick/php-webdriver/lib/WebDriver/AbstractWebDriver.php(140): WebDriver\Exception::factory(7, 'no such element...') #1 /home/artur/www/owncloud-core/lib/composer/instaclick/php-webdriver/lib/WebDriver/Container.php(66): WebDriver\AbstractWebDriver->curl('POST', '/element', Array) #2 /home/artur/www/owncloud-core/lib/composer/behat/mink-selenium2-driver/src/Selenium2Driver.php(1006): WebDriver\Container->element('xpath', '(//html/.//*\n[s...') #3 /home/artur/www/owncloud-core/lib/composer/behat/mink-selenium2-driver/src/Selenium2Driver.php(270): Behat\Mink\Driver\Selenium2Driver->findElement('(//html/.//*\n[s...') #4 /home/artur/www/owncloud-core/lib/composer/behat/mink-selenium2-driver/src/Selenium2Driver.php(1138):...
yes, the element is removed after the field is submitted. Does "setValue" expect it still being there after setting the value? could it be that there is a "\n" to...
I think in the current master the TAB is not send https://github.com/minkphp/MinkSelenium2Driver/commit/67c5b8a20274c53ec2f85fabda7005a6ac2dd1b9
I believe this will be fixed by #636 / #672
@dpakach please retest with beta36 and close if the issue is solved