Skip to content

Commit

Permalink
Run Edge test also in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 14, 2021
1 parent 661b5ad commit 53fb7c0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
*/
package io.github.bonigarcia.wdm.test.edge;

import static org.apache.commons.lang3.SystemUtils.IS_OS_MAC;
import static org.apache.commons.lang3.SystemUtils.IS_OS_WINDOWS;
import static org.junit.Assume.assumeTrue;

import org.junit.Before;
import org.junit.BeforeClass;
import org.openqa.selenium.edge.EdgeDriver;
Expand All @@ -37,7 +33,6 @@ public class EdgeTest extends BrowserTestParent {

@BeforeClass
public static void setupClass() {
assumeTrue(IS_OS_WINDOWS || IS_OS_MAC);
WebDriverManager.edgedriver().setup();
}

Expand Down

0 comments on commit 53fb7c0

Please sign in to comment.