Skip to content

Commit

Permalink
FIXUP - pixel flake
Browse files Browse the repository at this point in the history
UUID with lots of captial letters will wrap and mess up the layout in
mobile.
  • Loading branch information
mvollmer committed Nov 29, 2023
1 parent 4873231 commit 03c75bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/verify/check-storage-lvm2
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class TestStorageLvm2(storagelib.StorageCase):

b.wait_visible(self.card_row_col("LVM2 logical volumes", 1, 4) + " .usage-bar")
b.assert_pixels('body', "page",
ignore=[self.card_desc("LVM2 volume group", "UUID")])
mock={self.card_desc("LVM2 volume group", "UUID"): "a12978a1-5d6e-f24f-93de-11789977acde"})

# rename volume group
b.click(self.card_desc_action("LVM2 volume group", "Name"))
Expand Down

0 comments on commit 03c75bd

Please sign in to comment.