Skip to content

Commit

Permalink
Merge pull request #286 from AureRita/addAlertBlockToInterface
Browse files Browse the repository at this point in the history
Add get alert block content to the BO interface
  • Loading branch information
Progi1984 authored Dec 11, 2024
2 parents 7e8652e + fa492e3 commit 56ec0f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/BO/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface BOBasePagePageInterface extends CommonPageInterface {
closeAlertBlock(page: Page): Promise<void>;
closeHelpSideBar(page: Page): Promise<boolean>;
closeSfToolBar(page: Frame | Page): Promise<void>;
getAlertBlockContent(page: Page): Promise<string>;
getAlertDangerBlockParagraphContent(page: Page): Promise<string>;
getAlertInfoBlockParagraphContent(page: Page): Promise<string>;
getAlertSuccessBlockContent(page: Frame | Page): Promise<string>;
Expand Down

0 comments on commit 56ec0f3

Please sign in to comment.