mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
feat: include minikube extension as a featured extension (#4845)
* feat: include minikube extension as a featured extension fixes https://github.com/containers/podman-desktop/issues/4596 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
c50a440568
commit
bf7608fe52
2 changed files with 8 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -48,6 +48,6 @@ export class SettingsExtensionsPage extends SettingsPage {
|
|||
}
|
||||
|
||||
public getFeaturedExtension(extensionName: string): Locator {
|
||||
return this.featuredExtensions.getByLabel(extensionName);
|
||||
return this.featuredExtensions.getByLabel(extensionName, { exact: true });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue