From 6cc1db950b50815dab9959cb0d9f23d258f81f4e Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 16 Jun 2017 14:27:30 +0300 Subject: [PATCH] Update typo in search-bar tests (#4402) --- apps/app/gallery-app/views/search-bar.xml | 2 +- apps/app/ui-tests-app/main-page-view-model.ts | 1 - apps/app/ui-tests-app/test-example-model.ts | 2 -- apps/app/ui-tests-app/text-field/max-length.xml | 10 +++++----- 4 files changed, 6 insertions(+), 9 deletions(-) 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 @@ - - - - - + + + + +