Skip to content

Commit b814b6d

Browse files
committed
CCM-8590: fix types
1 parent a9470a0 commit b814b6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test-team/pages/template-mgmt-base-page.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ export abstract class TemplateMgmtBasePage {
77

88
static readonly pageUrlSegment: string;
99

10-
static readonly dynamicPage: boolean;
11-
1210
readonly notifyBannerLink: Locator;
1311

1412
readonly signInLink: Locator;
@@ -66,7 +64,7 @@ export abstract class TemplateMgmtBasePage {
6664
.and(page.getByText('Skip to main content'));
6765
}
6866

69-
// abstract loadPage(templateId?: string): Promise<void>;
67+
abstract loadPage(templateId?: string): Promise<void>;
7068

7169
async navigateTo(url: string) {
7270
await this.page.goto(url);

0 commit comments

Comments
 (0)