Skip to content

Commit 442bb41

Browse files
committed
fix other tests
1 parent 8c334fa commit 442bb41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright/src/main/java/com/microsoft/playwright/impl/BrowserContextImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ protected void handleEvent(String event, JsonObject params) {
863863
}
864864

865865
void didClose() {
866+
closingOrClosed = true;
866867
if (browser != null) {
867868
browser.contexts.remove(this);
868869
browser.browserType.playwright.sharedSelectors.contextsForSelectors.remove(this);

0 commit comments

Comments
 (0)