Skip to content

Commit

Permalink
Merge pull request #336 from Progi1984/boTeamBasePage
Browse files Browse the repository at this point in the history
`BOTeamBasePageInterface` : Added method `cancel`
  • Loading branch information
Progi1984 authored Jan 21, 2025
2 parents a76e2d0 + a6c822a commit 67602b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces/BO/advancedParameters/team/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import {BOBasePagePageInterface} from '@interfaces/BO';
import {type Page} from '@playwright/test';

export interface BOTeamBasePageInterface extends BOBasePagePageInterface {
readonly pageTitleEdit: (firstName: string, lastName: string) => string;
readonly pageTitleEditFr: (firstName: string, lastName: string) => string;

cancel(page: Page): Promise<void>;
}

0 comments on commit 67602b1

Please sign in to comment.