Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xbabalov/podman-desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a6192532eb61845f3ec75772e621f6b5573f5462
Choose a base ref
..
head repository: xbabalov/podman-desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3032d122b8a0c3f8e6d706f6d7f4d1045d4d114
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/playwright/src/utility/operations.ts
2 changes: 1 addition & 1 deletion tests/playwright/src/utility/operations.ts
Original file line number Diff line number Diff line change
@@ -202,7 +202,7 @@ export async function deletePodmanMachine(page: Page, machineVisibleName: string
if ((await podmanResourceCard.resourceElementConnectionStatus.innerText()) === ResourceElementState.Running) {
await podmanResourceCard.performConnectionAction(ResourceElementActions.Stop);
await playExpect(podmanResourceCard.resourceElementConnectionStatus).toHaveText(ResourceElementState.Off, {
timeout: 200_000,
timeout: 300_000,
});
}
await podmanResourceCard.performConnectionAction(ResourceElementActions.Delete);