Skip to content

Commit 3db0453

Browse files
authored
fix rex ui tests (SatelliteQE#2330)
Fix of tests.foreman.ui.test_remoteexecution.test_positive_check_job_invocation_details_page
1 parent c1a0b59 commit 3db0453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airgun/views/job_invocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def read(self):
263263

264264
@View.nested
265265
class overview(DescriptionList):
266-
ROOT = ".//div[contains(@class, 'job-overview')]"
266+
ROOT = ".//dl[contains(@class, 'job-overview-description-list')]"
267267

268268
def read(self):
269269
"""Return `dict` without trailing ':' in the key names."""

0 commit comments

Comments
 (0)