Skip to content

Commit 61f8cc8

Browse files
committed
adjust unit test to changed timeout
1 parent b37a2fb commit 61f8cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Browser/Element/ElementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testFindElementWhenNotExists(): void
5555
$element = $this->createElementWithMinkElement($minkElement);
5656

5757
$this->expectException(TimeoutException::class);
58-
$this->expectExceptionMessage("CSS selector 'invalid-id': 'invalid-selector' not found in 1 seconds.");
58+
$this->expectExceptionMessage("CSS selector 'invalid-id': 'invalid-selector' not found in 3 seconds.");
5959
$element->find($this->invalidLocator);
6060
}
6161

0 commit comments

Comments
 (0)