mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
apply intellij fixes
This commit is contained in:
@@ -63,7 +63,7 @@ public class PlaywrightTestBase {
|
||||
private final String directory = buildDirectory + "/playwright-artifacts";
|
||||
|
||||
@Override
|
||||
public void beforeEach(ExtensionContext context) throws Exception {
|
||||
public void beforeEach(ExtensionContext context) {
|
||||
PlaywrightTestBase testInstance = getTestInstance(context);
|
||||
|
||||
NewContextOptions newContextOptions = new Browser.NewContextOptions().setRecordVideoDir(Paths.get(directory));
|
||||
|
||||
Reference in New Issue
Block a user