We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1731f commit bc3d5feCopy full SHA for bc3d5fe
1 file changed
airgun/views/cloud_inventory.py
@@ -128,8 +128,8 @@ class CloudInventoryListView(BaseLoggedInView):
128
'.//label[@for="rh-cloud-switcher-allow_auto_insights_mismatch_delete"]'
129
)
130
131
- auto_upload_desc = PF5OUIAText('OUIA-Generated-Text-6')
132
- manual_upload_desc = PF5OUIAText('OUIA-Generated-Text-7')
+ auto_upload_desc = PF5OUIAText('text-enable-report')
+ manual_upload_desc = PF5OUIAText('text-restart-button')
133
dialog = Pf5ConfirmationDialog()
134
cloud_connector = PF5Button(locator='//button[normalize-space(.)="Configure cloud connector"]')
135
reconfigure_cloud_connector = PF5Button(
0 commit comments