[java-idp-integration-tests] 03/07: Disable Firefox JSON view
Tom Zeller
tzeller at dragonacea.biz
Wed May 5 20:46:41 UTC 2021
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=8af6e7cc4ae722c6d757f2bb3c1b86012075856c
commit 8af6e7cc4ae722c6d757f2bb3c1b86012075856c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 5 14:50:26 2021 -0500
Disable Firefox JSON view
---
src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index a0a9388..bdfc727 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -1323,6 +1323,7 @@ public abstract class BaseIntegrationTest
if (Boolean.getBoolean("no-headless")) {
options.setHeadless(false);
}
+ options.addPreference("devtools.jsonview.enabled", false);
driver = new FirefoxDriver(options);
driver.manage().window().setPosition(new Point(0, 0));
driver.manage().window().setSize(new Dimension(1024, 768));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list