ソースを参照

Disable browser log test for Firefox. (#12492)

tags/8.15.0
Anna Koskinen 2年前
コミット
0399984366
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 3
- 3
uitest/src/test/java/com/vaadin/tests/components/window/ClosingWindowWithBrowserFrameShouldntGenerate404Test.java ファイルの表示

@@ -43,9 +43,9 @@ public class ClosingWindowWithBrowserFrameShouldntGenerate404Test

@Override
public List<DesiredCapabilities> getBrowsersToTest() {
// IE driver does not support logging API, see
// IE and Firefox drivers do not support logging API, see
// https://github.com/SeleniumHQ/selenium/issues/6414
return Arrays.asList(Browser.CHROME.getDesiredCapabilities(),
Browser.FIREFOX.getDesiredCapabilities());
// https://github.com/mozilla/geckodriver/issues/284
return Arrays.asList(Browser.CHROME.getDesiredCapabilities());
}
}

読み込み中…
キャンセル
保存