Skip to content

Commit bc3d5fe

Browse files
cloudInvViewLocatorsFixes (SatelliteQE#1960)
1 parent 5a1731f commit bc3d5fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

airgun/views/cloud_inventory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ class CloudInventoryListView(BaseLoggedInView):
128128
'.//label[@for="rh-cloud-switcher-allow_auto_insights_mismatch_delete"]'
129129
)
130130

131-
auto_upload_desc = PF5OUIAText('OUIA-Generated-Text-6')
132-
manual_upload_desc = PF5OUIAText('OUIA-Generated-Text-7')
131+
auto_upload_desc = PF5OUIAText('text-enable-report')
132+
manual_upload_desc = PF5OUIAText('text-restart-button')
133133
dialog = Pf5ConfirmationDialog()
134134
cloud_connector = PF5Button(locator='//button[normalize-space(.)="Configure cloud connector"]')
135135
reconfigure_cloud_connector = PF5Button(

0 commit comments

Comments
 (0)