Error: Playwright page not initialized, it must be done by using {page} in the test function parameter.
at ....\playwright-utils.ts:11
9 | export function getPage(): Page {
10 | if (!currentPage) {
11 | throw new Error('Playwright page not initialized, it must be done by using {page} in the test function parameter.');
| ^
12 | }
13 | return currentPage;
14 | }
We are observing this issue, Please let us to resolve this issue.

We have import all the required utils from playwright but still we are facing issue.

Error: Playwright page not initialized, it must be done by using {page} in the test function parameter.
at ....\playwright-utils.ts:11
9 | export function getPage(): Page {
10 | if (!currentPage) {
We are observing this issue, Please let us to resolve this issue.

We have import all the required utils from playwright but still we are facing issue.
