[affected:*][ci:force] Fixed e2e with new notation

This commit is contained in:
Vito Albano
2024-03-09 02:09:58 +00:00
committed by VitoAlbano
parent a8b31b59be
commit 3f9cf1b18a
7 changed files with 9 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ import { materialLocators } from './material-locators';
export class TooltipComponent extends BaseComponent {
private static rootElement = materialLocators.Tooltip.root;
public content = this.getChild('div');
public content = this.getChild(materialLocators.Tooltip.message);
constructor(page: Page) {
super(page, TooltipComponent.rootElement);