Skip to content

Commit

Permalink
test: fixed errata machine name
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Villanueva <davillan@redhat.com>
  • Loading branch information
danivilla9 committed Aug 21, 2024
1 parent 04528cf commit 37cec22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let pdRunner: PodmanDesktopRunner;
let page: Page;
let navBar: NavigationBar;
const PODMAN_MACHINE_NAME: string = 'podman-machine-user-mode';
const MACHINE_VISIBLE_NAME: string = 'Podman Machine User Mode';
const MACHINE_VISIBLE_NAME: string = 'Podman Machine user-mode';

beforeAll(async () => {
pdRunner = new PodmanDesktopRunner();
Expand Down

0 comments on commit 37cec22

Please sign in to comment.