Skip to content

Commit 730eaa8

Browse files
authored
Fix class name typo (#1911) (#1917)
1 parent a01ae63 commit 730eaa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

airgun/views/host_new.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Card(View):
5959
title = Text('.//div[@class="pf-c-card__title"]')
6060

6161

62-
class DropdownWithDescripton(Dropdown):
62+
class DropdownWithDescription(Dropdown):
6363
"""Dropdown with description below items"""
6464

6565
ITEM_LOCATOR = ".//*[contains(@class, 'pf-c-dropdown__menu-item') and contains(text(), {})]"
@@ -426,7 +426,7 @@ class module_streams(Tab):
426426
'Stream': Text('./parent::td'),
427427
'Installation status': Text('.//small'),
428428
'Installed profile': Text('./parent::td'),
429-
5: DropdownWithDescripton(locator='.//div[contains(@class, "pf-c-dropdown")]'),
429+
5: DropdownWithDescription(locator='.//div[contains(@class, "pf-c-dropdown")]'),
430430
},
431431
)
432432
pagination = PF4Pagination()

0 commit comments

Comments
 (0)