summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-07-01 11:12:59 +0200
committerChristian Stenger <christian.stenger@qt.io>2022-07-01 09:14:53 +0000
commit662cc3ca0665e97c24d3f9c046982d6e46f2dd20 (patch)
tree878dce9d71432281d41eac888f483ffcd165c591 /tests
parenta85fa172c236607c28e09a68c133553ef2d0681d (diff)
downloadqt-creator-662cc3ca0665e97c24d3f9c046982d6e46f2dd20.tar.gz
Squish: Adapt to changed UI text
Change-Id: I02d178646ef04893f8d839b2a30085798f1c5fa7 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_editors/tst_edit_externally/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_edit_externally/test.py b/tests/system/suite_editors/tst_edit_externally/test.py
index d0fd4a643e..4bf6c2bf79 100644
--- a/tests/system/suite_editors/tst_edit_externally/test.py
+++ b/tests/system/suite_editors/tst_edit_externally/test.py
@@ -48,7 +48,7 @@ def main():
mBox = ("{text?='The file * has been changed on disk. Do you want to reload it?' "
"type='QMessageBox' unnamed='1' visible='1'}")
popupText = ("<p>The file <i>%s</i> has been changed on disk. Do you want to reload it?</p>"
- "<p>The default behavior can be set in Tools > Options > Environment > System.</p>")
+ "<p>The default behavior can be set in Edit > Preferences > Environment > System.</p>")
formerContent = None
for i, currentFile in enumerate(files):