From a8e51cf31cc53388924fcee5203930e353ea593a Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Sat, 9 Mar 2024 19:11:12 +0000 Subject: [PATCH] [affected:*][ci:force] Fixed e2e with new notation --- .../lib/protractor/core/pages/material/material-locators.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts b/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts index 578b7f22b9..c71450dfed 100644 --- a/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts +++ b/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts @@ -274,8 +274,8 @@ export const materialLocators = { class: '.mat-mdc-option', group: 'mat-optgroup', text: { - class: '.mat-mdc-option-text', - root: 'mat-option-text' + class: '.mdc-list-item__primary-text', + root: 'span' } }, Paginator: {