Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 18002d4

Browse files
authored
Merge pull request #10346 from nachandr/update_error_text_in_MigrationProgressBar_class
[RFR] Update error text locator in MigrationProgressBar class
2 parents e73976d + 302a0a2 commit 18002d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgetastic_manageiq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5409,7 +5409,7 @@ class MigrationProgressBar(Widget):
54095409
VMS_LOCATOR = './/strong[contains(@id,"vms-migrated")]'
54105410
SPINNER_LOCATOR = './/div[contains(@class,"spinner")]'
54115411
ERROR_LOCATOR = './/div/span[contains(@class,"pficon-error-circle-o")]'
5412-
ERROR_TXT = './/p[contains(@class, "blank-slate-pf-info")]'
5412+
ERROR_TXT = '//*[@id="progress-bar-items"]/div[2]/table/tbody/tr[1]/td[5]/div/div'
54135413
PROGRESS_BARS = './/div[@class="progress-bar"]'
54145414
PROGRESS_DESCRIPTION = './/div[contains(@class,"progress-description")]'
54155415
ITEM_CUTOVER_BUTTON_LOCATOR = './/button[text()="Schedule Cutover"]'

0 commit comments

Comments
 (0)