diff --git a/apps/app/gallery-app/views/search-bar.xml b/apps/app/gallery-app/views/search-bar.xml index 7ca1a97fb..41442dbad 100644 --- a/apps/app/gallery-app/views/search-bar.xml +++ b/apps/app/gallery-app/views/search-bar.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/apps/app/ui-tests-app/main-page-view-model.ts b/apps/app/ui-tests-app/main-page-view-model.ts index 1565022f9..ac4715b98 100644 --- a/apps/app/ui-tests-app/main-page-view-model.ts +++ b/apps/app/ui-tests-app/main-page-view-model.ts @@ -31,7 +31,6 @@ export class MainPageViewModel extends TestPageMainViewModel { set exampleName(value: string) { if (this._exampleName !== value) { this._exampleName = value; - this.notifyPropertyChange("exampleName", value); this.filterListView(value); } } diff --git a/apps/app/ui-tests-app/test-example-model.ts b/apps/app/ui-tests-app/test-example-model.ts index 3d0a5bab7..5d2b89134 100644 --- a/apps/app/ui-tests-app/test-example-model.ts +++ b/apps/app/ui-tests-app/test-example-model.ts @@ -17,7 +17,6 @@ export class TestExample extends Observable { set name(value: string) { if (this._name !== value) { this._name = value; - this.notifyPropertyChange('name', value) } } @@ -28,7 +27,6 @@ export class TestExample extends Observable { set path(value: string) { if (this._path !== value) { this._path = value; - this.notifyPropertyChange('path', value) } } } \ No newline at end of file diff --git a/apps/app/ui-tests-app/text-field/max-length.xml b/apps/app/ui-tests-app/text-field/max-length.xml index eeb3e9d82..54cb28124 100644 --- a/apps/app/ui-tests-app/text-field/max-length.xml +++ b/apps/app/ui-tests-app/text-field/max-length.xml @@ -3,11 +3,11 @@ - - - - - + + + + +