Skip to content

Commit

Permalink
Formatting files
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 14, 2024
1 parent 4b81c34 commit 18a6957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package com.saucedemo.selenium.selenium_features;

import com.saucedemo.selenium.TestBase;
import java.util.Map;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;
import org.openqa.selenium.ie.InternetExplorerOptions;

import java.util.Map;

public class EdgeIE extends TestBase {
@BeforeEach
public void createSauceOptions(TestInfo testInfo) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.saucedemo.selenium.selenium_features;

import com.saucedemo.selenium.TestBase;
import java.util.Map;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand All @@ -13,8 +14,6 @@
import org.openqa.selenium.firefox.HasContext;
import org.openqa.selenium.remote.Augmenter;

import java.util.Map;

public class FirefoxContextTest extends TestBase {

@BeforeEach
Expand Down

0 comments on commit 18a6957

Please sign in to comment.