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:
ScrewTSW 2026-02-19 12:21:39 +01:00 committed by GitHub
parent cfdfd52244
commit 746539ef9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',