Skip to content

Commit

Permalink
Merge pull request #5024 from rvykydal/fix-teststoragemountpoints-tes…
Browse files Browse the repository at this point in the history
…tbasic-test

webui: fix TestStorageMountPoints.testBasic
  • Loading branch information
KKoukiou committed Aug 8, 2023
2 parents 3af259f + e4a617f commit 4e559a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/webui/src/components/storage/MountPointMapping.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const FormatColumn = ({ deviceData, handleRequestChange, idPrefix, request, requ
};

return (
<Flex>
<Flex id={idPrefix}>
{!isRootMountPoint &&
<FormatSwitch />}
{isRootMountPoint &&
Expand Down
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 4e559a1

Please sign in to comment.