DevExpress/angular-testcafe

Schema ID format is unsupported in Angular 13

hunhavoc opened this issue · 0 comments

Hi All,

with Angular 13 the angular-testcafe is not working anymore. Previously the keyword "id" for specifying schema ID was just deprecated, but now it became unsupported.

I'm opening a pull request with the new syntax that uses id$ to support Angular 13.