We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9470a0 commit b814b6dCopy full SHA for b814b6d
tests/test-team/pages/template-mgmt-base-page.ts
@@ -7,8 +7,6 @@ export abstract class TemplateMgmtBasePage {
7
8
static readonly pageUrlSegment: string;
9
10
- static readonly dynamicPage: boolean;
11
-
12
readonly notifyBannerLink: Locator;
13
14
readonly signInLink: Locator;
@@ -66,7 +64,7 @@ export abstract class TemplateMgmtBasePage {
66
64
.and(page.getByText('Skip to main content'));
67
65
}
68
69
- // abstract loadPage(templateId?: string): Promise<void>;
+ abstract loadPage(templateId?: string): Promise<void>;
70
71
async navigateTo(url: string) {
72
await this.page.goto(url);
0 commit comments