Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Oct 22, 2024
1 parent 93b8536 commit 7d99753
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

import java.util.Collections;

import net.jcip.annotations.NotThreadSafe;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.chrome.ChromeOptions;

import org.zkoss.test.webdriver.DockerWebDriverTestCase;
import org.zkoss.test.webdriver.ForkJVMTestOnly;
import org.zkoss.test.webdriver.ztl.JQuery;

/**
* @author rudyhuang
*/
@NotThreadSafe
@ForkJVMTestOnly
public class B50_3052381Test extends DockerWebDriverTestCase {
@Override
protected ChromeOptions getWebDriverOptions() {
Expand Down

0 comments on commit 7d99753

Please sign in to comment.