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 739b757 commit 46404b0Copy full SHA for 46404b0
1 file changed
tests/Selenium2Config.php
@@ -41,7 +41,7 @@ public function skipMessage($testCase, $test)
41
42
if (
43
'Behat\Mink\Tests\Driver\Js\WindowTest' === $testCase
44
- && 'testWindowMaximize' === $test
+ && (0 === strpos($test, 'testWindowMaximize'))
45
&& 'true' === getenv('TRAVIS')
46
) {
47
return 'Maximizing the window does not work when running the browser in Xvfb.';
0 commit comments