remove warnings

This commit is contained in:
Athou
2024-07-03 20:05:20 +02:00
parent 6bff657d4d
commit d4c9bd1dd7
17 changed files with 128 additions and 129 deletions

View File

@@ -54,6 +54,7 @@ public abstract class PlaywrightTestBase {
}
protected void customizeNewContextOptions(NewContextOptions options) {
// override in subclasses to customize the browser context
}
protected static class SaveArtifactsOnTestFailed implements TestWatcher, BeforeEachCallback {