Skip to content

Commit

Permalink
No need to check that webkit is used on gtk in tests
Browse files Browse the repository at this point in the history
It's the only option.
  • Loading branch information
akurtakov committed Dec 13, 2024
1 parent 17f5266 commit 37b22fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void setUp() {
isEdge = browser.getBrowserType().equals("edge");

String shellTitle = name.getMethodName();
if (SwtTestUtil.isGTK && browser.getBrowserType().equals("webkit")) {
if (SwtTestUtil.isGTK) {

// Note, webkitGtk version is only available once Browser is instantiated.
String webkitGtkVersionStr = System.getProperty("org.eclipse.swt.internal.webkitgtk.version"); //$NON-NLS-1$
Expand Down

0 comments on commit 37b22fb

Please sign in to comment.