Skip to content

Commit 86724f8

Browse files
Fix LegacyDetails navigation (SatelliteQE#1955)
1 parent b935a34 commit 86724f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airgun/entities/contenthost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ def step(self, *args, **kwargs):
293293
host_view = NewHostDetailsView(self.parent.browser)
294294
host_view.wait_displayed()
295295
host_view.dropdown.wait_displayed()
296-
host_view.dropdown.item_select('Legacy content host UI')
296+
host_view.dropdown.item_select('Legacy UI')

0 commit comments

Comments
 (0)