mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(ci,test): switch navigation dashboard to exact locator (#16306)
Signed-off-by: Tibor Dancs (work-laptop) <tdancs@redhat.com>
This commit is contained in:
parent
cfdfd52244
commit
746539ef9d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export class NavigationBar {
|
|||
this.containersLink = this.page.getByRole('link', { name: 'Containers' }).nth(0);
|
||||
this.podsLink = this.page.getByRole('link', { name: 'Pods', exact: true }).nth(0);
|
||||
this.volumesLink = this.page.getByRole('link', { name: 'Volumes' });
|
||||
this.dashboardLink = this.page.getByRole('link', { name: 'Dashboard' });
|
||||
this.dashboardLink = this.page.getByRole('link', { name: 'Dashboard', exact: true });
|
||||
this.settingsLink = this.page.getByRole('link', { name: 'Settings', exact: true });
|
||||
this.extensionsLink = this.navigationLocator.getByRole('link', {
|
||||
name: 'Extensions',
|
||||
|
|
|
|||
Loading…
Reference in a new issue