We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5bb4 commit 2c9ffd6Copy full SHA for 2c9ffd6
java/client/test/org/openqa/selenium/safari/SafariOptionsTest.java
@@ -18,13 +18,9 @@
18
package org.openqa.selenium.safari;
19
20
import static org.junit.Assert.assertEquals;
21
-import static org.junit.Assert.assertNotNull;
22
import static org.junit.Assert.assertTrue;
23
24
-import com.google.common.collect.ImmutableMap;
25
-
26
import org.junit.Test;
27
-import org.openqa.selenium.Capabilities;
28
import org.openqa.selenium.ImmutableCapabilities;
29
30
import java.util.Map;
0 commit comments