From 0122cf9aacf94291d962bd88db6b66210db68b16 Mon Sep 17 00:00:00 2001 From: Yogesh Mahajan Date: Mon, 17 Aug 2020 12:31:19 +0530 Subject: [PATCH] Fixed feature test failure due to updating font-awesome from v4 to v5. --- web/regression/feature_utils/locators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/regression/feature_utils/locators.py b/web/regression/feature_utils/locators.py index cee93f878..7853e1007 100644 --- a/web/regression/feature_utils/locators.py +++ b/web/regression/feature_utils/locators.py @@ -89,7 +89,7 @@ class NavMenuLocators: process_watcher_close_button_xpath = \ "//div[contains(@class,'wcFloating')]//" \ - "div[contains(@class,'fa-close')]" + "div[@aria-label='Close panel']//div" restore_file_name_xpath = "//div[contains(text(),'Restore')]" \ "//following::input[@name='file']"