Starting fixing e2e

This commit is contained in:
Vito Albano
2023-11-28 01:01:39 +00:00
parent 88d161496c
commit 4b0a07bf35
5 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ import { Page } from '@playwright/test';
import { BaseComponent } from '../base.component';
export class TooltipComponent extends BaseComponent {
private static rootElement = 'mat-tooltip-component';
private static rootElement = '.mdc-tooltip';
public content = this.getChild('div');
constructor(page: Page) {