We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e8652e + fa492e3 commit 56ec0f3Copy full SHA for 56ec0f3
src/interfaces/BO/index.ts
@@ -86,6 +86,7 @@ export interface BOBasePagePageInterface extends CommonPageInterface {
86
closeAlertBlock(page: Page): Promise<void>;
87
closeHelpSideBar(page: Page): Promise<boolean>;
88
closeSfToolBar(page: Frame | Page): Promise<void>;
89
+ getAlertBlockContent(page: Page): Promise<string>;
90
getAlertDangerBlockParagraphContent(page: Page): Promise<string>;
91
getAlertInfoBlockParagraphContent(page: Page): Promise<string>;
92
getAlertSuccessBlockContent(page: Frame | Page): Promise<string>;
0 commit comments