@digital-ai/devops-page-object-release 1.0.4 → 1.0.6

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
@@ -2186,6 +2186,8 @@ declare class ConnectionsPage extends WithPage {
2186
2186
  expectInstanceNotDisplayed(instanceName: string): Promise<this>;
2187
2187
  openInstance(instanceName: string): Promise<ConfigurationInstancePage>;
2188
2188
  deleteInstance(instanceName: string): Promise<this>;
2189
+ expectDeleteDialog(dialogName: string): Promise<this>;
2190
+ deleteInstanceViaDialog(dialogName: string): Promise<this>;
2189
2191
  expectSuccessMsgToBeDisplayed(text: string): Promise<this>;
2190
2192
  clearFilter(): Promise<this>;
2191
2193
  searchInstances(instanceName: string): Promise<this>;