aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests
diff options
context:
space:
mode:
Diffstat (limited to 'squishtests')
-rw-r--r--squishtests/suite_neptune3/shared/scripts/bdd_hooks.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/settings.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
index 834af235..a4fde0ec 100644
--- a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
+++ b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
@@ -75,7 +75,7 @@ def start_neptune_ui_app_w_focus(window):
# !!! Remember to use ignoredauts.txt feature
# otherwise this will cause a lot of trouble,
- # with dbus and dataprovider-server !!!
+ # with dbus and remotesettings-server !!!
# Read the documentation:
# https://doc.qt.io/Neptune3UI/neptune3ui-testing-squish.html#exclude-disruptive-sub-processes
command_line_options = ("-r"
diff --git a/squishtests/suite_neptune3/shared/scripts/common/settings.py b/squishtests/suite_neptune3/shared/scripts/common/settings.py
index 098075cb..138d5d99 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/settings.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/settings.py
@@ -40,7 +40,7 @@ G_WAIT_SOME_STEPS_SEC = 1
G_WAIT_SWITCH_APP_CONTEXT = 1
G_AUT_MAIN = "neptune3-ui"
-G_AUT_REMOTE = "dataprovider-server"
+G_AUT_REMOTE = "remotesettings-server"
G_AUT_APPMAN = "appman-launcher-qml"
G_MULTI_PROCESS = None