Skip to content

Commit ed790ce

Browse files
committed
expose $ref
1 parent 563457f commit ed790ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/e2e/src/pages/__root.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
22
import type { Page } from '@playwright/test';
33

44
export abstract class RootPage {
5-
protected readonly $ref: Page;
5+
readonly $ref: Page;
66
protected abstract readonly defaultUrl: string;
77

88
constructor(page: Page) {

0 commit comments

Comments
 (0)