diff --git a/tests/code_sharing/ng_new_tests.py b/tests/code_sharing/ng_new_tests.py index 91fde51c..178f9a63 100644 --- a/tests/code_sharing/ng_new_tests.py +++ b/tests/code_sharing/ng_new_tests.py @@ -128,9 +128,9 @@ def create_app(app_data, shared, sample, theme, style, prefix, source_dir, webpa # Check theme if theme: - assert App.is_dependency(app_name=NGNewTests.app_name, dependency='nativescript-theme-core') + assert App.is_dependency(app_name=NGNewTests.app_name, dependency='@nativescript/theme') else: - assert not App.is_dependency(app_name=NGNewTests.app_name, dependency='nativescript-theme-core') + assert not App.is_dependency(app_name=NGNewTests.app_name, dependency='@nativescript/theme') # Check styling if style is None or style is StylingType.CSS: @@ -139,7 +139,6 @@ def create_app(app_data, shared, sample, theme, style, prefix, source_dir, webpa assert 'app.android.scss' in result.output assert 'app.ios.scss' in result.output assert '_app-common.scss' in result.output - assert '_app-variables.scss' in result.output # Check webpack if webpack: