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 b37a2fb commit 61f8cc8Copy full SHA for 61f8cc8
tests/lib/Browser/Element/ElementTest.php
@@ -55,7 +55,7 @@ public function testFindElementWhenNotExists(): void
55
$element = $this->createElementWithMinkElement($minkElement);
56
57
$this->expectException(TimeoutException::class);
58
- $this->expectExceptionMessage("CSS selector 'invalid-id': 'invalid-selector' not found in 1 seconds.");
+ $this->expectExceptionMessage("CSS selector 'invalid-id': 'invalid-selector' not found in 3 seconds.");
59
$element->find($this->invalidLocator);
60
}
61
0 commit comments