Squish: Adapt to changes ui text

Change-Id: I03187ddecb7a5737a87a626135584458795aa633
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2022-03-15 13:22:50 +01:00
parent 2907d60973
commit d24f13d66d
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ def setBreakpointsForCurrentProject(filesAndLines):
editor = getEditorForFileSuffix(curFile, True)
if not placeCursorToLine(editor, curLine, True):
return None
invokeMenuItem("Debug", "Toggle Breakpoint")
invokeMenuItem("Debug", "Enable or Disable Breakpoint")
filePath = str(waitForObjectExists(":Qt Creator_FilenameQComboBox").toolTip)
breakPointList.append({filePath:lineNumberWithCursor(editor)})
test.log('Set breakpoint in %s' % curFile, curLine)