Skip to content

[QA] Remove human readable texts from GUI element identifiers #12373

@PrajwolAmatya

Description

@PrajwolAmatya

Desctiption

In some GUI elements are refrenced by the explicit human readable string.

disable_virtual_file_support_QMessageBox = {"type": "QMessageBox", "unnamed": 1, "visible": 1, "windowTitle": "Disable virtual file support?"}
add_Folder_Sync_Connection_Deselect_remote_folders_you_do_not_wish_to_synchronize_QLabel = {"text": "Deselect remote folders you do not wish to synchronize.", "type": "QLabel", "unnamed": 1, "visible": 1, "window": add_Folder_Sync_Connection_OCC_FolderWizard}

Update the selectors to remove the human readable text from the GUI element identifier and don't make the element identifier depend on it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions