@podman-desktop/tests-playwright 1.25.0-next.202601121004-c857ead → 1.25.0-next.202601121139-d17ddc4

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.
@@ -12,6 +12,7 @@ export declare class ContainerDetailsPage extends DetailsPage {
12
12
  readonly terminalContent: Locator;
13
13
  readonly findInLogsInput: Locator;
14
14
  readonly searchResults: Locator;
15
+ readonly clearLogsButton: Locator;
15
16
  static readonly SUMMARY_TAB = "Summary";
16
17
  static readonly LOGS_TAB = "Logs";
17
18
  static readonly KUBE_TAB = "Kube";
@@ -28,4 +29,5 @@ export declare class ContainerDetailsPage extends DetailsPage {
28
29
  executeCommandInTty(command: string): Promise<void>;
29
30
  findInLogs(text: string): Promise<void>;
30
31
  getCountOfSearchResults(): Promise<number>;
32
+ clearLogs(): Promise<void>;
31
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podman-desktop/tests-playwright",
3
- "version": "1.25.0-next.202601121004-c857ead",
3
+ "version": "1.25.0-next.202601121139-d17ddc4",
4
4
  "description": "Playwright-based testing libraries for Podman Desktop and its extensions",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/podman-desktop/podman-desktop",