Skip to content

Commit

Permalink
test: use lib ngx-page-object-model (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Dec 20, 2024
1 parent 322eafe commit da35ccc
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 162 deletions.
5 changes: 0 additions & 5 deletions libs/shared/ng-page-object-model/.eslintrc.json

This file was deleted.

8 changes: 0 additions & 8 deletions libs/shared/ng-page-object-model/project.json

This file was deleted.

3 changes: 0 additions & 3 deletions libs/shared/ng-page-object-model/src/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

82 changes: 0 additions & 82 deletions libs/shared/ng-page-object-model/src/lib/page-object-model.ts

This file was deleted.

26 changes: 0 additions & 26 deletions libs/shared/ng-page-object-model/tsconfig.json

This file was deleted.

12 changes: 0 additions & 12 deletions libs/shared/ng-page-object-model/tsconfig.lib.json

This file was deleted.

2 changes: 1 addition & 1 deletion libs/shared/test-utils/src/lib/keira-page-object.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ComponentFixture } from '@angular/core/testing';
import { PageObjectModel } from '@ng-page-object-model';
import { PageObjectModel } from 'ngx-page-object-model';

export abstract class PageObject<ComponentType> extends PageObjectModel<ComponentType> {
readonly DT_SELECTOR = 'ngx-datatable';
Expand Down
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"ngx-bootstrap": "18.1.3",
"ngx-clipboard": "16.0.0",
"ngx-highlightjs": "10.0.0",
"ngx-page-object-model": "0.0.1",
"npm-run-all2": "7.0.2",
"nx": "20.2.2",
"playwright": "1.49.1",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@keira/shared/switch-language": ["libs/shared/switch-language/src/index.ts"],
"@keira/shared/test-utils": ["libs/shared/test-utils/src/index.ts"],
"@keira/shared/utils": ["libs/shared/utils/src/index.ts"],
"@ng-page-object-model": ["libs/shared/ng-page-object-model/src/index.ts"],
"texts": ["libs/features/texts/src/index.ts"]
},
"rootDir": "."
Expand Down

0 comments on commit da35ccc

Please sign in to comment.