Skip to content

Commit 7573b39

Browse files
committed
[Test] Remove unnecessary flag
1 parent 7486230 commit 7573b39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dolphinscheduler-e2e/dolphinscheduler-e2e-core/src/main/java/org/apache/dolphinscheduler/e2e/core/DolphinSchedulerExtension.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public void beforeAll(ExtensionContext context) throws IOException {
9999
browser.start();
100100
ChromeOptions chromeOptions = new ChromeOptions();
101101
chromeOptions.addArguments("--allow-running-insecure-content");
102-
chromeOptions.addArguments("--disable-features=SidePanelPinning");
103102
chromeOptions.addArguments(String.format("--unsafely-treat-insecure-origin-as-secure=http://%s:%s",
104103
address.getHost(), address.getPort()));
105104
driver = new RemoteWebDriver(browser.getSeleniumAddress(), chromeOptions);

0 commit comments

Comments
 (0)