Skip to content

Commit 7468449

Browse files
authored
chore(test): fixing broken locator (#1819)
Signed-off-by: Vladimir Lazar <[email protected]>
1 parent 6db4e62 commit 7468449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/model/bootc-images-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class BootcImagesPage {
2727
constructor(page: Page, webview: Page) {
2828
this.page = page;
2929
this.webview = webview;
30-
this.heading = webview.getByRole('region', { name: 'Disk Images', exact: true });
30+
this.heading = webview.getByRole('region', { name: 'disk images', exact: true });
3131
this.buildButton = webview.getByRole('button', { name: 'Build', exact: true });
3232
}
3333
}

0 commit comments

Comments
 (0)