Skip to content

Commit c8f1f71

Browse files
committed
refactor: add missing comma to page level operations array for consistency
1 parent ccc0f75 commit c8f1f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Playwright/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ private function isPageLevelOperation(string $method): bool
652652
'reload',
653653
'screenshot',
654654
'waitForLoadState',
655-
'waitForURL'
655+
'waitForURL',
656656
];
657657

658658
return in_array($method, $pageLevelOperations, true);

0 commit comments

Comments
 (0)