@digital-ai/devops-page-object-release 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -1715,6 +1715,7 @@ declare abstract class VariablesBasePage extends WithPage {
1715
1715
  getVariableSearchInputSelector(): string;
1716
1716
  expectVariablesCountToBe(count: number): Promise<void>;
1717
1717
  expectFirstVariableWithName(name: string): Promise<void>;
1718
+ expectEmptyStatePresent(titleText: string, subtitleText: string, buttonText: string): Promise<void>;
1718
1719
  protected searchForVariable(variableName: string): Promise<void>;
1719
1720
  }
1720
1721
  declare class ReleaseVariablesPage extends VariablesBasePage {
@@ -1816,6 +1817,8 @@ declare class TaskListPage extends WithFilterDrawer {
1816
1817
  clickOnAssignedToMe(): Promise<void>;
1817
1818
  clickOnAssignedToMyTeams(): Promise<void>;
1818
1819
  clickOnAssignedToAllAvailable(): Promise<void>;
1820
+ clickOnAssignedToNoUser(): Promise<void>;
1821
+ clickOnNoUserTeamAssigned(): Promise<void>;
1819
1822
  expectTaskToNotBeDisplayed(taskTitle: string): Promise<void>;
1820
1823
  expectTaskToBeDisplayed(taskTitle: string): Promise<void>;
1821
1824
  expectTasksToBeDisplayed(tasks: {