mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Starting fixing e2e
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user