From bd2765f63611e4e48c706b6e7c84415875c241bb Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Wed, 5 Jul 2023 09:11:21 -0400 Subject: [PATCH] Tests: Update data list to PF5 for testAppMenu --- test/check-application | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check-application b/test/check-application index 1ce36f1..7b334d7 100755 --- a/test/check-application +++ b/test/check-application @@ -391,7 +391,7 @@ class TestApplication(testlib.MachineCase): ) def testAppMenu(self): - srrow = ".app-list .pf-c-data-list__item-row:" \ + srrow = ".app-list .pf-v5-c-data-list__item-row:" \ "contains('Session Recording')" srbut = "{} button:contains('Session Recording')" \ "".format(srrow)