Skip to content

Commit 19e299e

Browse files
committed
[java] Refactoring BiDi log related tests
1 parent 4071737 commit 19e299e

File tree

2 files changed

+2
-139
lines changed

2 files changed

+2
-139
lines changed

java/test/org/openqa/selenium/bidi/log/BiDiLogTest.java

Lines changed: 0 additions & 138 deletions
This file was deleted.

java/test/org/openqa/selenium/bidi/LogInspectorTest.java renamed to java/test/org/openqa/selenium/bidi/log/LogInspectorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
package org.openqa.selenium.bidi;
18+
package org.openqa.selenium.bidi.log;
1919

2020
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
2121
import static org.assertj.core.api.AssertionsForClassTypes.assertThatExceptionOfType;
@@ -28,6 +28,7 @@
2828
import org.junit.jupiter.api.Test;
2929
import org.openqa.selenium.By;
3030
import org.openqa.selenium.WindowType;
31+
import org.openqa.selenium.bidi.LogInspector;
3132
import org.openqa.selenium.bidi.log.ConsoleLogEntry;
3233
import org.openqa.selenium.bidi.log.FilterBy;
3334
import org.openqa.selenium.bidi.log.JavascriptLogEntry;

0 commit comments

Comments
 (0)