[java-idp-integration-tests] branch main updated: Wait a little longer for any element to be accessible
Tom Zeller
tzeller at dragonacea.biz
Sun Feb 4 23:25:29 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=77e03dac83b54266e6a8ef82322e0c682ac361a6
The following commit(s) were added to refs/heads/main by this push:
new 77e03da Wait a little longer for any element to be accessible
77e03da is described below
commit 77e03dac83b54266e6a8ef82322e0c682ac361a6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Feb 4 17:25:15 2024 -0600
Wait a little longer for any element to be accessible
---
.../idp/integration/tests/clientstorage/ClientStorageTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/clientstorage/ClientStorageTest.java b/src/test/java/net/shibboleth/idp/integration/tests/clientstorage/ClientStorageTest.java
index 1c7acb7..9afa04a 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/clientstorage/ClientStorageTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/clientstorage/ClientStorageTest.java
@@ -202,6 +202,8 @@ public class ClientStorageTest extends BaseIntegrationTest {
startSeleniumClient(browserData);
+ driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(1));
+
disableLocalStorage();
startServer();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list