Skip to content

Commit

Permalink
webui: fix TestStorageMountPoints.testBasic
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Aug 8, 2023
1 parent 3e88516 commit 57da368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/test/check-storage
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class TestStorageMountPoints(anacondalib.VirtInstallMachineCase):
self.check_row_device(1, "Select a device")
self.check_row_device(2, "Select a device")
self.select_row_device(1, f"{dev}2")
self.select_row_device(2, f"btrfs")
self.select_row_device(2, f"btrfstest")

i.next()
new_applied_partitioning = s.dbus_get_applied_partitioning()
Expand Down

0 comments on commit 57da368

Please sign in to comment.